#396025

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

Shades of Green House #396025

Tints of Green House #396025

Color information

#396025 (or 0x396025) is unknown color: approx Green House. HEX triplet: 39, 60 and 25. RGB value is (57,96,37). Sum of RGB (Red+Green+Blue) = 57+96+37=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #396025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396025 is #C69FDA. Grayscale: #4D4D4D. Windows color (decimal): -13017051 or 2449465. OLE color: 2449465.

HSL color Cylindrical-coordinate representation of color #396025: hue angle of 99.66º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396025 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB579637-
CMYK0.4100.610.62
HSL99.66º44.36%26.08%-
HSV(B)99.66º61.46%37.65%-
XYZ6.29.373.23-
YUV77.61105.08113.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=30%
G=50.53%
B=19.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796370.4100.610.6299.6644.3626.08
Hex3960252903D3E642c1a
Octal711404551075761445432
Binary11100111000001001011010010111101111110110010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396025; }

 p { color: rgb(57,96,37); }

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

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

 a { background-color: rgb(57,96,37); }

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

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

 span { border-color: rgb(57,96,37); }

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