#125037

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

Shades of County Green #125037

Tints of County Green #125037

Color information

#125037 (or 0x125037) is unknown color: approx County Green. HEX triplet: 12, 50 and 37. RGB value is (18,80,55). Sum of RGB (Red+Green+Blue) = 18+80+55=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #125037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125037 is #EDAFC8. Grayscale: #3A3A3A. Windows color (decimal): -15577033 or 3624978. OLE color: 3624978.

HSL color Cylindrical-coordinate representation of color #125037: hue angle of 155.81º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125037 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB188055-
CMYK0.7800.310.69
HSL155.81º63.27%19.22%-
HSV(B)155.81º77.5%31.37%-
XYZ3.816.144.6-
YUV58.61125.9699.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=11.76%
G=52.29%
B=35.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880550.7800.310.69155.8163.2719.22
Hex1250374E01F459c3f13
Octal22120671160371052347723
Binary100101010000110111100111001111110001011001110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125037; }

 p { color: rgb(18,80,55); }

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

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

 a { background-color: rgb(18,80,55); }

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

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

 span { border-color: rgb(18,80,55); }

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