#125434

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

Shades of County Green #125434

Tints of County Green #125434

Color information

#125434 (or 0x125434) is unknown color: approx County Green. HEX triplet: 12, 54 and 34. RGB value is (18,84,52). Sum of RGB (Red+Green+Blue) = 18+84+52=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #125434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125434 is #EDABCB. Grayscale: #3C3C3C. Windows color (decimal): -15576012 or 3429394. OLE color: 3429394.

HSL color Cylindrical-coordinate representation of color #125434: hue angle of 150.91º 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 #125434 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB188452-
CMYK0.7900.380.67
HSL150.91º64.71%20%-
HSV(B)150.91º78.57%32.94%-
XYZ4.046.724.33-
YUV60.62123.1397.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=11.69%
G=54.55%
B=33.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884520.7900.380.67150.9164.7120
Hex1254344F02643974114
Octal221246411704610322710124
Binary10010101010011010010011110100110100001110010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125434; }

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

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

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

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

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

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

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

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