#156735

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

Shades of Crusoe #156735

Tints of Crusoe #156735

Color information

#156735 (or 0x156735) is unknown color: approx Crusoe. HEX triplet: 15, 67 and 35. RGB value is (21,103,53). Sum of RGB (Red+Green+Blue) = 21+103+53=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #156735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156735 is #EA98CA. Grayscale: #484848. Windows color (decimal): -15374539 or 3499797. OLE color: 3499797.

HSL color Cylindrical-coordinate representation of color #156735: hue angle of 143.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156735 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB2110353-
CMYK0.8000.490.60
HSL143.41º66.13%24.31%-
HSV(B)143.41º79.61%40.39%-
XYZ5.810.125.02-
YUV72.78116.8391.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 103 (40.62% from 255) = 58.19%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=11.86%
G=58.19%
B=29.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21103530.8000.490.60143.4166.1324.31
Hex156735500313C8f4218
Octal25147651200617421710230
Binary1010111001111101011010000011000111110010001111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156735; }

 p { color: rgb(21,103,53); }

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

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

 a { background-color: rgb(21,103,53); }

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

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

 span { border-color: rgb(21,103,53); }

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