Html Css Color HEX #0D6A19 Crusoe

📋 copy color: '#0D6A19'

red 13 ◦ green 106 ◦ blue 25

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

Shades of Crusoe #0D6A19

Tints of Crusoe #0D6A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 9.03%
G = 73.61%
B = 17.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#0D6A19 (or 0x0D6A19) is known color: Crusoe. HEX triplet: 0D, 6A and 19. RGB value is (13,106,25). Sum of RGB (Red+Green+Blue) = 13+106+25=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 106 (41.80% from 255 or 73.61% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6A19 is #F295E6. Grayscale: #454545. Windows color (decimal): -15898087 or 1665549. OLE color: 1665549.

HSL color Cylindrical-coordinate representation of color #0D6A19: hue angle of 127.74º 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 #0D6A19 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 106 25 -
CMYK 0.88 0 0.76 0.58
HSL 127.74º 0.78% 0.23% -
HSV(B) 127.74º 0.88% 0.42% -
XYZ 5.5 10.46 2.65 -
YUV 68.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 13 106 25 0.88 0 0.76 0.58 127.74 0.78 0.23
Hex D 6A 19 58 0 4C 3A 80 4E 17
Octal 15 152 31 130 0 114 72 200 116 27
Binary 1101 1101010 11001 1011000 0 1001100 111010 10000000 1001110 10111

Color Harmonies of #0D6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6A19

Black with #0D6A19

Text Example


Text Example

White with #0D6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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