Html Css Color HEX #396123 Green House

📋 copy color: '#396123'

red 57 ◦ green 97 ◦ blue 35

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

Shades of Green House #396123

Tints of Green House #396123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.32%

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 30.16%
G = 51.32%
B = 18.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#396123 (or 0x396123) is known color: Green House. HEX triplet: 39, 61 and 23. RGB value is (57,97,35). Sum of RGB (Red+Green+Blue) = 57+97+35=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #396123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396123 is #C69EDC. Grayscale: #4E4E4E. Windows color (decimal): -13016797 or 2318649. OLE color: 2318649.

HSL color Cylindrical-coordinate representation of color #396123: hue angle of 98.71º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396123 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 35 -
CMYK 0.41 0 0.64 0.62
HSL 98.71º 0.47% 0.26% -
HSV(B) 98.71º 0.64% 0.38% -
XYZ 6.27 9.54 3.1 -
YUV 77.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 57 97 35 0.41 0 0.64 0.62 98.71 0.47 0.26
Hex 39 61 23 29 0 40 3E 63 2F 1A
Octal 71 141 43 51 0 100 76 143 57 32
Binary 111001 1100001 100011 101001 0 1000000 111110 1100011 101111 11010

Color Harmonies of #396123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396123

Black with #396123

Text Example


Text Example

White with #396123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396123; }

 p { color: rgb(57,97,35); }

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

background-color css

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

 a { background-color: rgb(57,97,35); }

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

border-color css

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

 span { border-color: rgb(57,97,35); }

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