#31B14F

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

Shades of Chateau Green #31B14F

Tints of Chateau Green #31B14F

Color information

#31B14F (or 0x31B14F) is unknown color: approx Chateau Green. HEX triplet: 31, B1 and 4F. RGB value is (49,177,79). Sum of RGB (Red+Green+Blue) = 49+177+79=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #31B14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B14F is #CE4EB0. Grayscale: #7F7F7F. Windows color (decimal): -13520561 or 5222705. OLE color: 5222705.

HSL color Cylindrical-coordinate representation of color #31B14F: hue angle of 134.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B14F is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB4917779-
CMYK0.7200.550.31
HSL134.06º56.64%44.31%-
HSV(B)134.06º72.32%69.41%-
XYZ18.432.6612.73-
YUV127.56100.5971.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 177 (69.53% from 255) = 58.03%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=16.07%
G=58.03%
B=25.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49177790.7200.550.31134.0656.6444.31
Hex31B14F480371F86392c
Octal61261117110067372067154
Binary110001101100011001111100100001101111111110000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B14F; }

 p { color: rgb(49,177,79); }

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

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

 a { background-color: rgb(49,177,79); }

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

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

 span { border-color: rgb(49,177,79); }

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