#036B1A

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

Shades of Crusoe #036B1A

Tints of Crusoe #036B1A

Color information

#036B1A (or 0x036B1A) is unknown color: approx Crusoe. HEX triplet: 03, 6B and 1A. RGB value is (3,107,26). Sum of RGB (Red+Green+Blue) = 3+107+26=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #036B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B1A is #FC94E5. Grayscale: #424242. Windows color (decimal): -16553190 or 1731331. OLE color: 1731331.

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

Color convert

RGB310726-
CMYK0.9700.760.58
HSL133.27º94.55%21.57%-
HSV(B)133.27º97.2%41.96%-
XYZ5.4810.612.74-
YUV66.67105.0482.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 107 (42.19% from 255) = 78.68%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=2.21%
G=78.68%
B=19.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107260.9700.760.58133.2794.5521.57
Hex36B1A6104C3A855f16
Octal31533214101147220513726
Binary1111010111101011000010100110011101010000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,26); }

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

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

 a { background-color: rgb(3,107,26); }

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

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

 span { border-color: rgb(3,107,26); }

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