#125438

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

Shades of County Green #125438

Tints of County Green #125438

Color information

#125438 (or 0x125438) is unknown color: approx County Green. HEX triplet: 12, 54 and 38. RGB value is (18,84,56). Sum of RGB (Red+Green+Blue) = 18+84+56=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #125438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125438 is #EDABC7. Grayscale: #3D3D3D. Windows color (decimal): -15576008 or 3691538. OLE color: 3691538.

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

Color convert

RGB188456-
CMYK0.7900.330.67
HSL154.55º64.71%20%-
HSV(B)154.55º78.57%32.94%-
XYZ4.136.754.83-
YUV61.07125.1397.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=11.39%
G=53.16%
B=35.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884560.7900.330.67154.5564.7120
Hex1254384F021439b4114
Octal221247011704110323310124
Binary10010101010011100010011110100001100001110011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125438; }

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

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

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

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

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

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

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

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