#0D6C3D

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

Shades of Jewel #0D6C3D

Tints of Jewel #0D6C3D

Color information

#0D6C3D (or 0x0D6C3D) is unknown color: approx Jewel. HEX triplet: 0D, 6C and 3D. RGB value is (13,108,61). Sum of RGB (Red+Green+Blue) = 13+108+61=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C3D is #F293C2. Grayscale: #4A4A4A. Windows color (decimal): -15897539 or 4025357. OLE color: 4025357.

HSL color Cylindrical-coordinate representation of color #0D6C3D: hue angle of 150.32º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C3D is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1310861-
CMYK0.8800.440.58
HSL150.32º78.51%23.73%-
HSV(B)150.32º87.96%42.35%-
XYZ6.3711.156.23-
YUV74.24120.5384.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.14%
GREEN value IS 108 (42.58% from 255) = 59.34%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=7.14%
G=59.34%
B=33.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13108610.8800.440.58150.3278.5123.73
HexD6C3D5802C3A964f18
Octal15154751300547222611730
Binary110111011001111011011000010110011101010010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,61); }

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

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

 a { background-color: rgb(13,108,61); }

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

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

 span { border-color: rgb(13,108,61); }

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