#125435

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

Shades of County Green #125435

Tints of County Green #125435

Color information

#125435 (or 0x125435) is unknown color: approx County Green. HEX triplet: 12, 54 and 35. RGB value is (18,84,53). Sum of RGB (Red+Green+Blue) = 18+84+53=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #125435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125435 is #EDABCA. Grayscale: #3C3C3C. Windows color (decimal): -15576011 or 3494930. OLE color: 3494930.

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

Color convert

RGB188453-
CMYK0.7900.370.67
HSL151.82º64.71%20%-
HSV(B)151.82º78.57%32.94%-
XYZ4.066.734.45-
YUV60.73123.6397.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=11.61%
G=54.19%
B=34.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884530.7900.370.67151.8264.7120
Hex1254354F02543984114
Octal221246511704510323010124
Binary10010101010011010110011110100101100001110011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125435; }

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

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

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

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

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

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

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

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