Html Css Color HEX #396C23 Green House

📋 copy color: '#396C23'

red 57 ◦ green 108 ◦ blue 35

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

Shades of Green House #396C23

Tints of Green House #396C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54%

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

R = 28.5%
G = 54%
B = 17.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#396C23 (or 0x396C23) is known color: Green House. HEX triplet: 39, 6C and 23. RGB value is (57,108,35). Sum of RGB (Red+Green+Blue) = 57+108+35=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #396C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C23 is #C693DC. Grayscale: #545454. Windows color (decimal): -13013981 or 2321465. OLE color: 2321465.

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

Color convert

RGB 57 108 35 -
CMYK 0.47 0 0.68 0.58
HSL 101.92º 0.51% 0.28% -
HSV(B) 101.92º 0.68% 0.42% -
XYZ 7.35 11.72 3.46 -
YUV 84.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 57 108 35 0.47 0 0.68 0.58 101.92 0.51 0.28
Hex 39 6C 23 2F 0 44 3A 66 33 1C
Octal 71 154 43 57 0 104 72 146 63 34
Binary 111001 1101100 100011 101111 0 1000100 111010 1100110 110011 11100

Color Harmonies of #396C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C23

Black with #396C23

Text Example


Text Example

White with #396C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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