#154D34

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

Shades of County Green #154D34

Tints of County Green #154D34

Color information

#154D34 (or 0x154D34) is unknown color: approx County Green. HEX triplet: 15, 4D and 34. RGB value is (21,77,52). Sum of RGB (Red+Green+Blue) = 21+77+52=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #154D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D34 is #EAB2CB. Grayscale: #393939. Windows color (decimal): -15381196 or 3427605. OLE color: 3427605.

HSL color Cylindrical-coordinate representation of color #154D34: hue angle of 153.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D34 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB217752-
CMYK0.7300.320.70
HSL153.21º57.14%19.22%-
HSV(B)153.21º72.73%30.2%-
XYZ3.585.724.16-
YUV57.41124.95102.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 77 (30.47% from 255) = 51.33%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=14%
G=51.33%
B=34.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2177520.7300.320.70153.2157.1419.22
Hex154D344902046993913
Octal25115641110401062317123
Binary1010110011011101001001001010000010001101001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D34; }

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

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

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

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

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

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

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

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