#397230

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

Shades of Green House #397230

Tints of Green House #397230

Color information

#397230 (or 0x397230) is unknown color: approx Green House. HEX triplet: 39, 72 and 30. RGB value is (57,114,48). Sum of RGB (Red+Green+Blue) = 57+114+48=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #397230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397230 is #C68DCF. Grayscale: #595959. Windows color (decimal): -13012432 or 3174969. OLE color: 3174969.

HSL color Cylindrical-coordinate representation of color #397230: hue angle of 111.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397230 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB5711448-
CMYK0.5000.580.55
HSL111.82º40.74%31.76%-
HSV(B)111.82º57.89%44.71%-
XYZ8.2413.124.89-
YUV89.43104.62104.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=26.03%
G=52.05%
B=21.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114480.5000.580.55111.8240.7431.76
Hex3972303203A37702920
Octal711626062072671605140
Binary111001111001011000011001001110101101111110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397230; }

 p { color: rgb(57,114,48); }

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

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

 a { background-color: rgb(57,114,48); }

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

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

 span { border-color: rgb(57,114,48); }

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