Html Css Color HEX #036727 Crusoe

📋 copy color: '#036727'

red 3 ◦ green 103 ◦ blue 39

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

Shades of Crusoe #036727

Tints of Crusoe #036727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 71.03%

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

R = 2.07%
G = 71.03%
B = 26.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#036727 (or 0x036727) is known color: Crusoe. HEX triplet: 03, 67 and 27. RGB value is (3,103,39). Sum of RGB (Red+Green+Blue) = 3+103+39=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #036727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036727 is #FC98D8. Grayscale: #414141. Windows color (decimal): -16554201 or 2582275. OLE color: 2582275.

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

Color convert

RGB 3 103 39 -
CMYK 0.97 0 0.62 0.60
HSL 141.6º 0.94% 0.21% -
HSV(B) 141.6º 0.97% 0.4% -
XYZ 5.25 9.87 3.55 -
YUV 65.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 3 103 39 0.97 0 0.62 0.60 141.6 0.94 0.21
Hex 3 67 27 61 0 3E 3C 8E 5E 15
Octal 3 147 47 141 0 76 74 216 136 25
Binary 11 1100111 100111 1100001 0 111110 111100 10001110 1011110 10101

Color Harmonies of #036727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036727

Black with #036727

Text Example


Text Example

White with #036727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036727; }

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

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

background-color css

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

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

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

border-color css

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

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

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