#036528

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

Shades of Crusoe #036528

Tints of Crusoe #036528

Color information

#036528 (or 0x036528) is unknown color: approx Crusoe. HEX triplet: 03, 65 and 28. RGB value is (3,101,40). Sum of RGB (Red+Green+Blue) = 3+101+40=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #036528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036528 is #FC9AD7. Grayscale: #404040. Windows color (decimal): -16554712 or 2647299. OLE color: 2647299.

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

Color convert

RGB310140-
CMYK0.9700.600.60
HSL142.65º94.23%20.39%-
HSV(B)142.65º97.03%39.61%-
XYZ5.079.483.57-
YUV64.74114.0383.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 101 (39.84% from 255) = 70.14%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=2.08%
G=70.14%
B=27.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101400.9700.600.60142.6594.2320.39
Hex365286103C3C8f5e14
Octal3145501410747421713624
Binary1111001011010001100001011110011110010001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036528; }

 p { color: rgb(3,101,40); }

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

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

 a { background-color: rgb(3,101,40); }

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

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

 span { border-color: rgb(3,101,40); }

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