#125336

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

Shades of County Green #125336

Tints of County Green #125336

Color information

#125336 (or 0x125336) is unknown color: approx County Green. HEX triplet: 12, 53 and 36. RGB value is (18,83,54). Sum of RGB (Red+Green+Blue) = 18+83+54=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #125336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125336 is #EDACC9. Grayscale: #3C3C3C. Windows color (decimal): -15576266 or 3560210. OLE color: 3560210.

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

Color convert

RGB188354-
CMYK0.7800.350.67
HSL153.23º64.36%19.8%-
HSV(B)153.23º78.31%32.55%-
XYZ4.016.584.55-
YUV60.26124.4797.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=11.61%
G=53.55%
B=34.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883540.7800.350.67153.2364.3619.8
Hex1253364E02343994014
Octal221236611604310323110024
Binary10010101001111011010011100100011100001110011001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125336; }

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

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

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

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

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

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

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

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