#055435

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

Shades of County Green #055435

Tints of County Green #055435

Color information

#055435 (or 0x055435) is unknown color: approx County Green. HEX triplet: 05, 54 and 35. RGB value is (5,84,53). Sum of RGB (Red+Green+Blue) = 5+84+53=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #055435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055435 is #FAABCA. Grayscale: #383838. Windows color (decimal): -16427979 or 3494917. OLE color: 3494917.

HSL color Cylindrical-coordinate representation of color #055435: hue angle of 156.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055435 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB58453-
CMYK0.9400.370.67
HSL156.46º88.76%17.45%-
HSV(B)156.46º94.05%32.94%-
XYZ3.886.634.44-
YUV56.84125.8391.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 84 (33.20% from 255) = 59.15%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=3.52%
G=59.15%
B=37.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584530.9400.370.67156.4688.7617.45
Hex554355E025439c5911
Octal51246513604510323413121
Binary101101010011010110111100100101100001110011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055435; }

 p { color: rgb(5,84,53); }

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

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

 a { background-color: rgb(5,84,53); }

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

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

 span { border-color: rgb(5,84,53); }

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