#125638

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

Shades of County Green #125638

Tints of County Green #125638

Color information

#125638 (or 0x125638) is unknown color: approx County Green. HEX triplet: 12, 56 and 38. RGB value is (18,86,56). Sum of RGB (Red+Green+Blue) = 18+86+56=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #125638 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125638 is #EDA9C7. Grayscale: #3E3E3E. Windows color (decimal): -15575496 or 3692050. OLE color: 3692050.

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

Color convert

RGB188656-
CMYK0.7900.350.66
HSL153.53º65.38%20.39%-
HSV(B)153.53º79.07%33.73%-
XYZ4.297.074.88-
YUV62.25124.4796.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 56 (22.27% from 255) = 35%
R=11.25%
G=53.75%
B=35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886560.7900.350.66153.5365.3820.39
Hex1256384F023429a4114
Octal221267011704310223210124
Binary10010101011011100010011110100011100001010011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125638; }

 p { color: rgb(18,86,56); }

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

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

 a { background-color: rgb(18,86,56); }

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

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

 span { border-color: rgb(18,86,56); }

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