#125338

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

Shades of County Green #125338

Tints of County Green #125338

Color information

#125338 (or 0x125338) is unknown color: approx County Green. HEX triplet: 12, 53 and 38. RGB value is (18,83,56). Sum of RGB (Red+Green+Blue) = 18+83+56=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #125338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125338 is #EDACC7. Grayscale: #3C3C3C. Windows color (decimal): -15576264 or 3691282. OLE color: 3691282.

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

Color convert

RGB188356-
CMYK0.7800.330.67
HSL155.08º64.36%19.8%-
HSV(B)155.08º78.31%32.55%-
XYZ4.066.64.8-
YUV60.49125.4797.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=11.46%
G=52.87%
B=35.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883560.7800.330.67155.0864.3619.8
Hex1253384E021439b4014
Octal221237011604110323310024
Binary10010101001111100010011100100001100001110011011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125338; }

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

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

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

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

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

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

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

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