Html Css Color HEX #03601D Crusoe

📋 copy color: '#03601D'

red 3 ◦ green 96 ◦ blue 29

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

Shades of Crusoe #03601D

Tints of Crusoe #03601D

RGB

 RED value IS 3 (1.56% from 255) = 2.34%

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

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 2.34%
G = 75%
B = 22.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#03601D (or 0x03601D) is known color: Crusoe. HEX triplet: 03, 60 and 1D. RGB value is (3,96,29). Sum of RGB (Red+Green+Blue) = 3+96+29=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #03601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03601D is #FC9FE2. Grayscale: #3C3C3C. Windows color (decimal): -16556003 or 1925123. OLE color: 1925123.

HSL color Cylindrical-coordinate representation of color #03601D: hue angle of 136.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03601D is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 29 -
CMYK 0.97 0 0.70 0.62
HSL 136.77º 0.94% 0.19% -
HSV(B) 136.77º 0.97% 0.38% -
XYZ 4.44 8.47 2.56 -
YUV 60.56 110.19 86.95 -
System Red Green Blue C M Y K H S L
Decimal 3 96 29 0.97 0 0.70 0.62 136.77 0.94 0.19
Hex 3 60 1D 61 0 46 3E 89 5E 13
Octal 3 140 35 141 0 106 76 211 136 23
Binary 11 1100000 11101 1100001 0 1000110 111110 10001001 1011110 10011

Color Harmonies of #03601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03601D

Black with #03601D

Text Example


Text Example

White with #03601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03601D; }

 p { color: rgb(3,96,29); }

 H1.HeaderClassName
 {
   color: #03601D;
 }
 .AnyTagClassName
 {
   color: #03601D;
 }
</style>

background-color css

<style>
 a { background-color: #03601D; }

 a { background-color: rgb(3,96,29); }

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

border-color css

<style>
 span { border-color: #03601D; }

 span { border-color: rgb(3,96,29); }

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