#125334

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

Shades of County Green #125334

Tints of County Green #125334

Color information

#125334 (or 0x125334) is unknown color: approx County Green. HEX triplet: 12, 53 and 34. RGB value is (18,83,52). Sum of RGB (Red+Green+Blue) = 18+83+52=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #125334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125334 is #EDACCB. Grayscale: #3C3C3C. Windows color (decimal): -15576268 or 3429138. OLE color: 3429138.

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

Color convert

RGB188352-
CMYK0.7800.370.67
HSL151.38º64.36%19.8%-
HSV(B)151.38º78.31%32.55%-
XYZ3.966.564.31-
YUV60.03123.4798.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=11.76%
G=54.25%
B=33.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883520.7800.370.67151.3864.3619.8
Hex1253344E02543974014
Octal221236411604510322710024
Binary10010101001111010010011100100101100001110010111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125334; }

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

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

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

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

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

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

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

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