Html Css Color HEX #036827 Crusoe

📋 copy color: '#036827'

red 3 ◦ green 104 ◦ blue 39

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

Shades of Crusoe #036827

Tints of Crusoe #036827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 71.23%

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

R = 2.05%
G = 71.23%
B = 26.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#036827 (or 0x036827) is known color: Crusoe. HEX triplet: 03, 68 and 27. RGB value is (3,104,39). Sum of RGB (Red+Green+Blue) = 3+104+39=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #036827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036827 is #FC97D8. Grayscale: #424242. Windows color (decimal): -16553945 or 2582531. OLE color: 2582531.

HSL color Cylindrical-coordinate representation of color #036827: hue angle of 141.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036827 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 39 -
CMYK 0.97 0 0.62 0.59
HSL 141.39º 0.94% 0.21% -
HSV(B) 141.39º 0.97% 0.41% -
XYZ 5.35 10.07 3.58 -
YUV 66.39 112.54 82.79 -
System Red Green Blue C M Y K H S L
Decimal 3 104 39 0.97 0 0.62 0.59 141.39 0.94 0.21
Hex 3 68 27 61 0 3E 3B 8D 5E 15
Octal 3 150 47 141 0 76 73 215 136 25
Binary 11 1101000 100111 1100001 0 111110 111011 10001101 1011110 10101

Color Harmonies of #036827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036827

Black with #036827

Text Example


Text Example

White with #036827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036827; }

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

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

background-color css

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

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

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

border-color css

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

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

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