Html Css Color HEX #0D6619 Crusoe

📋 copy color: '#0D6619'

red 13 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #0D6619

Tints of Crusoe #0D6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 72.86%

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

R = 9.29%
G = 72.86%
B = 17.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#0D6619 (or 0x0D6619) is known color: Crusoe. HEX triplet: 0D, 66 and 19. RGB value is (13,102,25). Sum of RGB (Red+Green+Blue) = 13+102+25=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6619 is #F299E6. Grayscale: #424242. Windows color (decimal): -15899111 or 1664525. OLE color: 1664525.

HSL color Cylindrical-coordinate representation of color #0D6619: hue angle of 128.09º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6619 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 25 -
CMYK 0.87 0 0.75 0.6
HSL 128.09º 0.77% 0.23% -
HSV(B) 128.09º 0.87% 0.4% -
XYZ 5.09 9.66 2.52 -
YUV 66.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 13 102 25 0.87 0 0.75 0.6 128.09 0.77 0.23
Hex D 66 19 57 0 4B 3C 80 4D 17
Octal 15 146 31 127 0 113 74 200 115 27
Binary 1101 1100110 11001 1010111 0 1001011 111100 10000000 1001101 10111

Color Harmonies of #0D6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6619

Black with #0D6619

Text Example


Text Example

White with #0D6619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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