Html Css Color HEX #0D6D40 Jewel

📋 copy color: '#0D6D40'

red 13 ◦ green 109 ◦ blue 64

#0D6D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #0D6D40

Tints of Jewel #0D6D40

RGB

 RED value IS 13 (5.47% from 255) = 6.99%

 GREEN value IS 109 (42.97% from 255) = 58.6%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 6.99%
G = 58.6%
B = 34.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#0D6D40 (or 0x0D6D40) is known color: Jewel. HEX triplet: 0D, 6D and 40. RGB value is (13,109,64). Sum of RGB (Red+Green+Blue) = 13+109+64=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6D40 is #F292BF. Grayscale: #4B4B4B. Windows color (decimal): -15897280 or 4222221. OLE color: 4222221.

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

Color convert

RGB 13 109 64 -
CMYK 0.88 0 0.41 0.57
HSL 151.88º 0.79% 0.24% -
HSV(B) 151.88º 0.88% 0.43% -
XYZ 6.56 11.39 6.7 -
YUV 75.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 13 109 64 0.88 0 0.41 0.57 151.88 0.79 0.24
Hex D 6D 40 58 0 29 39 98 4F 18
Octal 15 155 100 130 0 51 71 230 117 30
Binary 1101 1101101 1000000 1011000 0 101001 111001 10011000 1001111 11000

Color Harmonies of #0D6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6D40

Black with #0D6D40

Text Example


Text Example

White with #0D6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,109,64); }

 H1.HeaderClassName
 {
   color: #0D6D40;
 }
 .AnyTagClassName
 {
   color: #0D6D40;
 }
</style>

background-color css

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

 a { background-color: rgb(13,109,64); }

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

border-color css

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

 span { border-color: rgb(13,109,64); }

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