#125538

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

Shades of County Green #125538

Tints of County Green #125538

Color information

#125538 (or 0x125538) is unknown color: approx County Green. HEX triplet: 12, 55 and 38. RGB value is (18,85,56). Sum of RGB (Red+Green+Blue) = 18+85+56=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #125538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125538 is #EDAAC7. Grayscale: #3D3D3D. Windows color (decimal): -15575752 or 3691794. OLE color: 3691794.

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

Color convert

RGB188556-
CMYK0.7900.340.67
HSL154.03º65.05%20.2%-
HSV(B)154.03º78.82%33.33%-
XYZ4.216.914.85-
YUV61.66124.896.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=11.32%
G=53.46%
B=35.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885560.7900.340.67154.0365.0520.2
Hex1255384F022439a4114
Octal221257011704210323210124
Binary10010101010111100010011110100010100001110011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125538; }

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

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

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

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

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

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

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

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