#154134

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

Shades of Sherwood Green #154134

Tints of Sherwood Green #154134

Color information

#154134 (or 0x154134) is unknown color: approx Sherwood Green. HEX triplet: 15, 41 and 34. RGB value is (21,65,52). Sum of RGB (Red+Green+Blue) = 21+65+52=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #154134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154134 is #EABECB. Grayscale: #323232. Windows color (decimal): -15384268 or 3424533. OLE color: 3424533.

HSL color Cylindrical-coordinate representation of color #154134: hue angle of 162.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154134 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB216552-
CMYK0.6800.200.75
HSL162.27º51.16%16.86%-
HSV(B)162.27º67.69%25.49%-
XYZ2.824.193.91-
YUV50.36128.92107.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=15.22%
G=47.10%
B=37.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165520.6800.200.75162.2751.1616.86
Hex154134440144Ba23311
Octal25101641040241132426321
Binary101011000001110100100010001010010010111010001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154134; }

 p { color: rgb(21,65,52); }

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

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

 a { background-color: rgb(21,65,52); }

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

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

 span { border-color: rgb(21,65,52); }

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