Html Css Color HEX #03611D Crusoe

📋 copy color: '#03611D'

red 3 ◦ green 97 ◦ blue 29

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

Shades of Crusoe #03611D

Tints of Crusoe #03611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 75.19%

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

R = 2.33%
G = 75.19%
B = 22.48%

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

#03611D (or 0x03611D) is known color: Crusoe. HEX triplet: 03, 61 and 1D. RGB value is (3,97,29). Sum of RGB (Red+Green+Blue) = 3+97+29=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 97 (38.28% from 255 or 75.19% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 97 - color contains mainly: green. Hex color #03611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03611D is #FC9EE2. Grayscale: #3D3D3D. Windows color (decimal): -16555747 or 1925379. OLE color: 1925379.

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

Color convert

RGB 3 97 29 -
CMYK 0.97 0 0.70 0.62
HSL 136.6º 0.94% 0.2% -
HSV(B) 136.6º 0.97% 0.38% -
XYZ 4.53 8.66 2.59 -
YUV 61.14 109.86 86.53 -
System Red Green Blue C M Y K H S L
Decimal 3 97 29 0.97 0 0.70 0.62 136.6 0.94 0.2
Hex 3 61 1D 61 0 46 3E 89 5E 14
Octal 3 141 35 141 0 106 76 211 136 24
Binary 11 1100001 11101 1100001 0 1000110 111110 10001001 1011110 10100

Color Harmonies of #03611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03611D

Black with #03611D

Text Example


Text Example

White with #03611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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