Html Css Color HEX #396730 Green House

📋 copy color: '#396730'

red 57 ◦ green 103 ◦ blue 48

#396730
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #396730

Tints of Green House #396730

RGB

 RED value IS 57 (22.66% from 255) = 27.4%

 GREEN value IS 103 (40.63% from 255) = 49.52%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 27.4%
G = 49.52%
B = 23.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#396730 (or 0x396730) is known color: Green House. HEX triplet: 39, 67 and 30. RGB value is (57,103,48). Sum of RGB (Red+Green+Blue) = 57+103+48=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #396730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396730 is #C698CF. Grayscale: #535353. Windows color (decimal): -13015248 or 3172153. OLE color: 3172153.

HSL color Cylindrical-coordinate representation of color #396730: hue angle of 110.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396730 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 48 -
CMYK 0.45 0 0.53 0.60
HSL 110.18º 0.36% 0.3% -
HSV(B) 110.18º 0.53% 0.4% -
XYZ 7.07 10.78 4.51 -
YUV 82.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 57 103 48 0.45 0 0.53 0.60 110.18 0.36 0.3
Hex 39 67 30 2D 0 35 3C 6E 24 1E
Octal 71 147 60 55 0 65 74 156 44 36
Binary 111001 1100111 110000 101101 0 110101 111100 1101110 100100 11110

Color Harmonies of #396730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396730

Black with #396730

Text Example


Text Example

White with #396730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396730; }

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

 H1.HeaderClassName
 {
   color: #396730;
 }
 .AnyTagClassName
 {
   color: #396730;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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