Html Css Color HEX #396328 Green House

📋 copy color: '#396328'

red 57 ◦ green 99 ◦ blue 40

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

Shades of Green House #396328

Tints of Green House #396328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.51%

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 29.08%
G = 50.51%
B = 20.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#396328 (or 0x396328) is known color: Green House. HEX triplet: 39, 63 and 28. RGB value is (57,99,40). Sum of RGB (Red+Green+Blue) = 57+99+40=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #396328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396328 is #C69CD7. Grayscale: #4F4F4F. Windows color (decimal): -13016280 or 2646841. OLE color: 2646841.

HSL color Cylindrical-coordinate representation of color #396328: hue angle of 102.71º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396328 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 40 -
CMYK 0.42 0 0.60 0.61
HSL 102.71º 0.42% 0.27% -
HSV(B) 102.71º 0.6% 0.39% -
XYZ 6.53 9.95 3.58 -
YUV 79.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 57 99 40 0.42 0 0.60 0.61 102.71 0.42 0.27
Hex 39 63 28 2A 0 3C 3D 67 2A 1B
Octal 71 143 50 52 0 74 75 147 52 33
Binary 111001 1100011 101000 101010 0 111100 111101 1100111 101010 11011

Color Harmonies of #396328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396328

Black with #396328

Text Example


Text Example

White with #396328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396328; }

 p { color: rgb(57,99,40); }

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

background-color css

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

 a { background-color: rgb(57,99,40); }

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

border-color css

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

 span { border-color: rgb(57,99,40); }

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