Html Css Color HEX #396B30 Green House

📋 copy color: '#396B30'

red 57 ◦ green 107 ◦ blue 48

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

Shades of Green House #396B30

Tints of Green House #396B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

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

R = 26.89%
G = 50.47%
B = 22.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#396B30 (or 0x396B30) is known color: Green House. HEX triplet: 39, 6B and 30. RGB value is (57,107,48). Sum of RGB (Red+Green+Blue) = 57+107+48=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #396B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B30 is #C694CF. Grayscale: #555555. Windows color (decimal): -13014224 or 3173177. OLE color: 3173177.

HSL color Cylindrical-coordinate representation of color #396B30: hue angle of 110.85º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396B30 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 48 -
CMYK 0.47 0 0.55 0.58
HSL 110.85º 0.38% 0.3% -
HSV(B) 110.85º 0.55% 0.42% -
XYZ 7.48 11.6 4.64 -
YUV 85.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 57 107 48 0.47 0 0.55 0.58 110.85 0.38 0.3
Hex 39 6B 30 2F 0 37 3A 6F 26 1E
Octal 71 153 60 57 0 67 72 157 46 36
Binary 111001 1101011 110000 101111 0 110111 111010 1101111 100110 11110

Color Harmonies of #396B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B30

Black with #396B30

Text Example


Text Example

White with #396B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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