Html Css Color HEX #386932 Green House

📋 copy color: '#386932'

red 56 ◦ green 105 ◦ blue 50

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

Shades of Green House #386932

Tints of Green House #386932

RGB

 RED value IS 56 (22.27% from 255) = 26.54%

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 26.54%
G = 49.76%
B = 23.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#386932 (or 0x386932) is known color: Green House. HEX triplet: 38, 69 and 32. RGB value is (56,105,50). Sum of RGB (Red+Green+Blue) = 56+105+50=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #386932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386932 is #C796CD. Grayscale: #545454. Windows color (decimal): -13080270 or 3303736. OLE color: 3303736.

HSL color Cylindrical-coordinate representation of color #386932: hue angle of 113.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386932 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 50 -
CMYK 0.47 0 0.52 0.59
HSL 113.45º 0.35% 0.3% -
HSV(B) 113.45º 0.52% 0.41% -
XYZ 7.26 11.17 4.79 -
YUV 84.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 56 105 50 0.47 0 0.52 0.59 113.45 0.35 0.3
Hex 38 69 32 2F 0 34 3B 71 23 1E
Octal 70 151 62 57 0 64 73 161 43 36
Binary 111000 1101001 110010 101111 0 110100 111011 1110001 100011 11110

Color Harmonies of #386932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386932

Black with #386932

Text Example


Text Example

White with #386932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386932; }

 p { color: rgb(56,105,50); }

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

background-color css

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

 a { background-color: rgb(56,105,50); }

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

border-color css

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

 span { border-color: rgb(56,105,50); }

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