#154B35

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

Shades of County Green #154B35

Tints of County Green #154B35

Color information

#154B35 (or 0x154B35) is unknown color: approx County Green. HEX triplet: 15, 4B and 35. RGB value is (21,75,53). Sum of RGB (Red+Green+Blue) = 21+75+53=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #154B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B35 is #EAB4CA. Grayscale: #383838. Windows color (decimal): -15381707 or 3492629. OLE color: 3492629.

HSL color Cylindrical-coordinate representation of color #154B35: hue angle of 155.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B35 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB217553-
CMYK0.7200.290.71
HSL155.56º56.25%18.82%-
HSV(B)155.56º72%29.41%-
XYZ3.475.454.24-
YUV56.35126.11102.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 75 (29.69% from 255) = 50.34%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=14.09%
G=50.34%
B=35.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175530.7200.290.71155.5656.2518.82
Hex154B354801D479c3813
Octal25113651100351072347023
Binary101011001011110101100100001110110001111001110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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