Html Css Color HEX #396825 Green House

📋 copy color: '#396825'

red 57 ◦ green 104 ◦ blue 37

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

Shades of Green House #396825

Tints of Green House #396825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.53%

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 28.79%
G = 52.53%
B = 18.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#396825 (or 0x396825) is known color: Green House. HEX triplet: 39, 68 and 25. RGB value is (57,104,37). Sum of RGB (Red+Green+Blue) = 57+104+37=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #396825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396825 is #C697DA. Grayscale: #525252. Windows color (decimal): -13015003 or 2451513. OLE color: 2451513.

HSL color Cylindrical-coordinate representation of color #396825: hue angle of 102.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396825 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 37 -
CMYK 0.45 0 0.64 0.59
HSL 102.09º 0.48% 0.28% -
HSV(B) 102.09º 0.64% 0.41% -
XYZ 6.97 10.9 3.49 -
YUV 82.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 57 104 37 0.45 0 0.64 0.59 102.09 0.48 0.28
Hex 39 68 25 2D 0 40 3B 66 30 1C
Octal 71 150 45 55 0 100 73 146 60 34
Binary 111001 1101000 100101 101101 0 1000000 111011 1100110 110000 11100

Color Harmonies of #396825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396825

Black with #396825

Text Example


Text Example

White with #396825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396825; }

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

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

background-color css

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

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

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

border-color css

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

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

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