Html Css Color HEX #036027 Crusoe

📋 copy color: '#036027'

red 3 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #036027

Tints of Crusoe #036027

RGB

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

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

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

R = 2.17%
G = 69.57%
B = 28.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#036027 (or 0x036027) is known color: Crusoe. HEX triplet: 03, 60 and 27. RGB value is (3,96,39). Sum of RGB (Red+Green+Blue) = 3+96+39=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #036027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036027 is #FC9FD8. Grayscale: #3D3D3D. Windows color (decimal): -16555993 or 2580483. OLE color: 2580483.

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

Color convert

RGB 3 96 39 -
CMYK 0.97 0 0.59 0.62
HSL 143.23º 0.94% 0.19% -
HSV(B) 143.23º 0.97% 0.38% -
XYZ 4.59 8.53 3.32 -
YUV 61.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 3 96 39 0.97 0 0.59 0.62 143.23 0.94 0.19
Hex 3 60 27 61 0 3B 3E 8F 5E 13
Octal 3 140 47 141 0 73 76 217 136 23
Binary 11 1100000 100111 1100001 0 111011 111110 10001111 1011110 10011

Color Harmonies of #036027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036027

Black with #036027

Text Example


Text Example

White with #036027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036027; }

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

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

background-color css

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

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

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

border-color css

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

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

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