Html Css Color HEX #0D6229 Crusoe

📋 copy color: '#0D6229'

red 13 ◦ green 98 ◦ blue 41

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

Shades of Crusoe #0D6229

Tints of Crusoe #0D6229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 8.55%
G = 64.47%
B = 26.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#0D6229 (or 0x0D6229) is known color: Crusoe. HEX triplet: 0D, 62 and 29. RGB value is (13,98,41). Sum of RGB (Red+Green+Blue) = 13+98+41=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6229 is #F29DD6. Grayscale: #424242. Windows color (decimal): -15900119 or 2712077. OLE color: 2712077.

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

Color convert

RGB 13 98 41 -
CMYK 0.87 0 0.58 0.62
HSL 139.76º 0.77% 0.22% -
HSV(B) 139.76º 0.87% 0.38% -
XYZ 4.93 8.98 3.57 -
YUV 66.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 13 98 41 0.87 0 0.58 0.62 139.76 0.77 0.22
Hex D 62 29 57 0 3A 3E 8C 4D 16
Octal 15 142 51 127 0 72 76 214 115 26
Binary 1101 1100010 101001 1010111 0 111010 111110 10001100 1001101 10110

Color Harmonies of #0D6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6229

Black with #0D6229

Text Example


Text Example

White with #0D6229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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