Html Css Color HEX #0D6A41 Jewel

📋 copy color: '#0D6A41'

red 13 ◦ green 106 ◦ blue 65

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

Shades of Jewel #0D6A41

Tints of Jewel #0D6A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.61%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 7.07%
G = 57.61%
B = 35.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#0D6A41 (or 0x0D6A41) is known color: Jewel. HEX triplet: 0D, 6A and 41. RGB value is (13,106,65). Sum of RGB (Red+Green+Blue) = 13+106+65=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6A41 is #F295BE. Grayscale: #494949. Windows color (decimal): -15898047 or 4286989. OLE color: 4286989.

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

Color convert

RGB 13 106 65 -
CMYK 0.88 0 0.39 0.58
HSL 153.55º 0.78% 0.23% -
HSV(B) 153.55º 0.88% 0.42% -
XYZ 6.27 10.78 6.75 -
YUV 73.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 13 106 65 0.88 0 0.39 0.58 153.55 0.78 0.23
Hex D 6A 41 58 0 27 3A 9A 4E 17
Octal 15 152 101 130 0 47 72 232 116 27
Binary 1101 1101010 1000001 1011000 0 100111 111010 10011010 1001110 10111

Color Harmonies of #0D6A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6A41

Black with #0D6A41

Text Example


Text Example

White with #0D6A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,106,65); }

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

background-color css

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

 a { background-color: rgb(13,106,65); }

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

border-color css

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

 span { border-color: rgb(13,106,65); }

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