#036E1B

Color #036E1B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #036E1B

Tints of Crusoe #036E1B

Color information

#036E1B (or 0x036E1B) is unknown color: approx Crusoe. HEX triplet: 03, 6E and 1B. RGB value is (3,110,27). Sum of RGB (Red+Green+Blue) = 3+110+27=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 110 (43.36% from 255 or 78.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 110 - color contains mainly: green. Hex color #036E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036E1B is #FC91E4. Grayscale: #444444. Windows color (decimal): -16552421 or 1797635. OLE color: 1797635.

HSL color Cylindrical-coordinate representation of color #036E1B: hue angle of 133.46º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E1B is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB311027-
CMYK0.9700.750.57
HSL133.46º94.69%22.16%-
HSV(B)133.46º97.27%43.14%-
XYZ5.8111.252.9-
YUV68.54104.5581.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 110 (43.36% from 255) = 78.57%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=2.14%
G=78.57%
B=19.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3110270.9700.750.57133.4694.6922.16
Hex36E1B6104B39855f16
Octal31563314101137120513726
Binary1111011101101111000010100101111100110000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036E1B; }

 p { color: rgb(3,110,27); }

 H1.HeaderClassName
 {
   color: #036E1B;
 }
 .AnyTagClassName
 {
   color: #036E1B;
 }
</style>
background-color css

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

 a { background-color: rgb(3,110,27); }

 div.DivClassName
 {
   background-color: #036E1B;
 }
 .BgClassName
 {
   background-color: #036E1B;
 }
</style>
border-color css

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

 span { border-color: rgb(3,110,27); }

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