#154532

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

Shades of Sherwood Green #154532

Tints of Sherwood Green #154532

Color information

#154532 (or 0x154532) is unknown color: approx Sherwood Green. HEX triplet: 15, 45 and 32. RGB value is (21,69,50). Sum of RGB (Red+Green+Blue) = 21+69+50=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #154532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154532 is #EABACD. Grayscale: #343434. Windows color (decimal): -15383246 or 3294485. OLE color: 3294485.

HSL color Cylindrical-coordinate representation of color #154532: hue angle of 156.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154532 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB216950-
CMYK0.7000.280.73
HSL156.25º53.33%17.65%-
HSV(B)156.25º69.57%27.06%-
XYZ3.014.653.76-
YUV52.48126.6105.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=15%
G=49.29%
B=35.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169500.7000.280.73156.2553.3317.65
Hex1545324601C499c3512
Octal25105621060341112346522
Binary101011000101110010100011001110010010011001110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154532; }

 p { color: rgb(21,69,50); }

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

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

 a { background-color: rgb(21,69,50); }

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

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

 span { border-color: rgb(21,69,50); }

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