#39682A

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

Shades of Green House #39682A

Tints of Green House #39682A

Color information

#39682A (or 0x39682A) is unknown color: approx Green House. HEX triplet: 39, 68 and 2A. RGB value is (57,104,42). Sum of RGB (Red+Green+Blue) = 57+104+42=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #39682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39682A is #C697D5. Grayscale: #535353. Windows color (decimal): -13014998 or 2779193. OLE color: 2779193.

HSL color Cylindrical-coordinate representation of color #39682A: hue angle of 105.48º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39682A is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB5710442-
CMYK0.4500.600.59
HSL105.48º42.47%28.63%-
HSV(B)105.48º59.62%40.78%-
XYZ7.0610.943.93-
YUV82.88104.93109.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=28.08%
G=51.23%
B=20.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104420.4500.600.59105.4842.4728.63
Hex39682A2D03C3B692a1d
Octal711505255074731515235
Binary11100111010001010101011010111100111011110100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39682A; }

 p { color: rgb(57,104,42); }

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

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

 a { background-color: rgb(57,104,42); }

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

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

 span { border-color: rgb(57,104,42); }

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