Html Css Color HEX #0D6032 Crusoe

📋 copy color: '#0D6032'

red 13 ◦ green 96 ◦ blue 50

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

Shades of Crusoe #0D6032

Tints of Crusoe #0D6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.38%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 8.18%
G = 60.38%
B = 31.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#0D6032 (or 0x0D6032) is known color: Crusoe. HEX triplet: 0D, 60 and 32. RGB value is (13,96,50). Sum of RGB (Red+Green+Blue) = 13+96+50=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6032 is #F29FCD. Grayscale: #424242. Windows color (decimal): -15900622 or 3301389. OLE color: 3301389.

HSL color Cylindrical-coordinate representation of color #0D6032: hue angle of 146.75º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6032 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 96 50 -
CMYK 0.86 0 0.48 0.62
HSL 146.75º 0.76% 0.21% -
HSV(B) 146.75º 0.86% 0.38% -
XYZ 4.92 8.68 4.43 -
YUV 65.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 13 96 50 0.86 0 0.48 0.62 146.75 0.76 0.21
Hex D 60 32 56 0 30 3E 93 4C 15
Octal 15 140 62 126 0 60 76 223 114 25
Binary 1101 1100000 110010 1010110 0 110000 111110 10010011 1001100 10101

Color Harmonies of #0D6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6032

Black with #0D6032

Text Example


Text Example

White with #0D6032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,96,50); }

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

background-color css

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

 a { background-color: rgb(13,96,50); }

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

border-color css

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

 span { border-color: rgb(13,96,50); }

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