Html Css Color HEX #396625 Green House

📋 copy color: '#396625'

red 57 ◦ green 102 ◦ blue 37

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

Shades of Green House #396625

Tints of Green House #396625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

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

R = 29.08%
G = 52.04%
B = 18.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#396625 (or 0x396625) is known color: Green House. HEX triplet: 39, 66 and 25. RGB value is (57,102,37). Sum of RGB (Red+Green+Blue) = 57+102+37=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #396625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396625 is #C699DA. Grayscale: #515151. Windows color (decimal): -13015515 or 2451001. OLE color: 2451001.

HSL color Cylindrical-coordinate representation of color #396625: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396625 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 37 -
CMYK 0.44 0 0.64 0.6
HSL 101.54º 0.47% 0.27% -
HSV(B) 101.54º 0.64% 0.4% -
XYZ 6.77 10.51 3.42 -
YUV 81.14 103.09 110.79 -
System Red Green Blue C M Y K H S L
Decimal 57 102 37 0.44 0 0.64 0.6 101.54 0.47 0.27
Hex 39 66 25 2C 0 40 3C 66 2F 1B
Octal 71 146 45 54 0 100 74 146 57 33
Binary 111001 1100110 100101 101100 0 1000000 111100 1100110 101111 11011

Color Harmonies of #396625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396625

Black with #396625

Text Example


Text Example

White with #396625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396625; }

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

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

background-color css

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

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

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

border-color css

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

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

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