Html Css Color HEX #036227 Crusoe

📋 copy color: '#036227'

red 3 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #036227

Tints of Crusoe #036227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 2.14%
G = 70%
B = 27.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#036227 (or 0x036227) is known color: Crusoe. HEX triplet: 03, 62 and 27. RGB value is (3,98,39). Sum of RGB (Red+Green+Blue) = 3+98+39=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #036227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036227 is #FC9DD8. Grayscale: #3F3F3F. Windows color (decimal): -16555481 or 2580995. OLE color: 2580995.

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

Color convert

RGB 3 98 39 -
CMYK 0.97 0 0.60 0.62
HSL 142.74º 0.94% 0.2% -
HSV(B) 142.74º 0.97% 0.38% -
XYZ 4.77 8.9 3.39 -
YUV 62.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 3 98 39 0.97 0 0.60 0.62 142.74 0.94 0.2
Hex 3 62 27 61 0 3C 3E 8F 5E 14
Octal 3 142 47 141 0 74 76 217 136 24
Binary 11 1100010 100111 1100001 0 111100 111110 10001111 1011110 10100

Color Harmonies of #036227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036227

Black with #036227

Text Example


Text Example

White with #036227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036227; }

 p { color: rgb(3,98,39); }

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

background-color css

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

 a { background-color: rgb(3,98,39); }

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

border-color css

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

 span { border-color: rgb(3,98,39); }

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