#0D6948

Color #0D6948 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0D6948

Tints of Jewel #0D6948

Color information

#0D6948 (or 0x0D6948) is unknown color: approx Jewel. HEX triplet: 0D, 69 and 48. RGB value is (13,105,72). Sum of RGB (Red+Green+Blue) = 13+105+72=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #0D6948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6948 is #F296B7. Grayscale: #494949. Windows color (decimal): -15898296 or 4745485. OLE color: 4745485.

HSL color Cylindrical-coordinate representation of color #0D6948: hue angle of 158.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6948 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1310572-
CMYK0.8800.310.59
HSL158.48º77.97%23.14%-
HSV(B)158.48º87.62%41.18%-
XYZ6.3910.667.85-
YUV73.73127.0284.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=6.84%
G=55.26%
B=37.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13105720.8800.310.59158.4877.9723.14
HexD69485801F3B9e4e17
Octal151511101300377323611627
Binary110111010011001000101100001111111101110011110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6948; }

 p { color: rgb(13,105,72); }

 H1.HeaderClassName
 {
   color: #0D6948;
 }
 .AnyTagClassName
 {
   color: #0D6948;
 }
</style>
background-color css

<style>
 a { background-color: #0D6948; }

 a { background-color: rgb(13,105,72); }

 div.DivClassName
 {
   background-color: #0D6948;
 }
 .BgClassName
 {
   background-color: #0D6948;
 }
</style>
border-color css

<style>
 span { border-color: #0D6948; }

 span { border-color: rgb(13,105,72); }

 td.TdClassName
 {
   border-color: #0D6948;
 }
 .TagClassName
 {
   border-color: #0D6948;
 }
</style>