#154234

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

Shades of Sherwood Green #154234

Tints of Sherwood Green #154234

Color information

#154234 (or 0x154234) is unknown color: approx Sherwood Green. HEX triplet: 15, 42 and 34. RGB value is (21,66,52). Sum of RGB (Red+Green+Blue) = 21+66+52=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #154234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154234 is #EABDCB. Grayscale: #323232. Windows color (decimal): -15384012 or 3424789. OLE color: 3424789.

HSL color Cylindrical-coordinate representation of color #154234: hue angle of 161.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154234 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB216652-
CMYK0.6800.210.74
HSL161.33º51.72%17.06%-
HSV(B)161.33º68.18%25.88%-
XYZ2.884.33.93-
YUV50.95128.59106.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=15.11%
G=47.48%
B=37.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166520.6800.210.74161.3351.7217.06
Hex154234440154Aa13411
Octal25102641040251122416421
Binary101011000010110100100010001010110010101010000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154234; }

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

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

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

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

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

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

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

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