Html Css Color HEX #0D6219 Crusoe

📋 copy color: '#0D6219'

red 13 ◦ green 98 ◦ blue 25

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

Shades of Crusoe #0D6219

Tints of Crusoe #0D6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 72.06%

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

R = 9.56%
G = 72.06%
B = 18.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#0D6219 (or 0x0D6219) is known color: Crusoe. HEX triplet: 0D, 62 and 19. RGB value is (13,98,25). Sum of RGB (Red+Green+Blue) = 13+98+25=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6219 is #F29DE6. Grayscale: #404040. Windows color (decimal): -15900135 or 1663501. OLE color: 1663501.

HSL color Cylindrical-coordinate representation of color #0D6219: hue angle of 128.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6219 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 98 25 -
CMYK 0.87 0 0.74 0.62
HSL 128.47º 0.77% 0.22% -
HSV(B) 128.47º 0.87% 0.38% -
XYZ 4.71 8.89 2.39 -
YUV 64.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 13 98 25 0.87 0 0.74 0.62 128.47 0.77 0.22
Hex D 62 19 57 0 4A 3E 80 4D 16
Octal 15 142 31 127 0 112 76 200 115 26
Binary 1101 1100010 11001 1010111 0 1001010 111110 10000000 1001101 10110

Color Harmonies of #0D6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6219

Black with #0D6219

Text Example


Text Example

White with #0D6219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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