#285E36

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

Shades of Camarone #285E36

Tints of Camarone #285E36

Color information

#285E36 (or 0x285E36) is unknown color: approx Camarone. HEX triplet: 28, 5E and 36. RGB value is (40,94,54). Sum of RGB (Red+Green+Blue) = 40+94+54=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #285E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E36 is #D7A1C9. Grayscale: #494949. Windows color (decimal): -14131658 or 3563048. OLE color: 3563048.

HSL color Cylindrical-coordinate representation of color #285E36: hue angle of 135.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E36 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB409454-
CMYK0.5700.430.63
HSL135.56º40.3%26.27%-
HSV(B)135.56º57.45%36.86%-
XYZ5.548.724.88-
YUV73.29117.11104.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 94 (37.11% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=21.28%
G=50%
B=28.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094540.5700.430.63135.5640.326.27
Hex285E363902B3F88281a
Octal501366671053772105032
Binary101000101111011011011100101010111111111000100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285E36; }

 p { color: rgb(40,94,54); }

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

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

 a { background-color: rgb(40,94,54); }

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

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

 span { border-color: rgb(40,94,54); }

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