#125838

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

Shades of Fun Green #125838

Tints of Fun Green #125838

Color information

#125838 (or 0x125838) is unknown color: approx Fun Green. HEX triplet: 12, 58 and 38. RGB value is (18,88,56). Sum of RGB (Red+Green+Blue) = 18+88+56=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #125838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125838 is #EDA7C7. Grayscale: #3F3F3F. Windows color (decimal): -15574984 or 3692562. OLE color: 3692562.

HSL color Cylindrical-coordinate representation of color #125838: hue angle of 152.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125838 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB188856-
CMYK0.8000.360.65
HSL152.57º66.04%20.78%-
HSV(B)152.57º79.55%34.51%-
XYZ4.457.394.93-
YUV63.42123.8195.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=11.11%
G=54.32%
B=34.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888560.8000.360.65152.5766.0420.78
Hex1258385002441994215
Octal221307012004410123110225
Binary10010101100011100010100000100100100000110011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125838; }

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

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

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

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

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

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

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

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