#125333

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

Shades of County Green #125333

Tints of County Green #125333

Color information

#125333 (or 0x125333) is unknown color: approx County Green. HEX triplet: 12, 53 and 33. RGB value is (18,83,51). Sum of RGB (Red+Green+Blue) = 18+83+51=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #125333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125333 is #EDACCC. Grayscale: #3B3B3B. Windows color (decimal): -15576269 or 3363602. OLE color: 3363602.

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

Color convert

RGB188351-
CMYK0.7800.390.67
HSL150.46º64.36%19.8%-
HSV(B)150.46º78.31%32.55%-
XYZ3.946.554.19-
YUV59.92122.9798.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=11.84%
G=54.61%
B=33.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883510.7800.390.67150.4664.3619.8
Hex1253334E02743964014
Octal221236311604710322610024
Binary10010101001111001110011100100111100001110010110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125333; }

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

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

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

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

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

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

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

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