Html Css Color HEX #386A32 Green House

📋 copy color: '#386A32'

red 56 ◦ green 106 ◦ blue 50

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

Shades of Green House #386A32

Tints of Green House #386A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50%

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

R = 26.42%
G = 50%
B = 23.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#386A32 (or 0x386A32) is known color: Green House. HEX triplet: 38, 6A and 32. RGB value is (56,106,50). Sum of RGB (Red+Green+Blue) = 56+106+50=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #386A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A32 is #C795CD. Grayscale: #545454. Windows color (decimal): -13080014 or 3303992. OLE color: 3303992.

HSL color Cylindrical-coordinate representation of color #386A32: hue angle of 113.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386A32 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 50 -
CMYK 0.47 0 0.53 0.58
HSL 113.57º 0.36% 0.31% -
HSV(B) 113.57º 0.53% 0.42% -
XYZ 7.36 11.38 4.83 -
YUV 84.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 56 106 50 0.47 0 0.53 0.58 113.57 0.36 0.31
Hex 38 6A 32 2F 0 35 3A 72 24 1F
Octal 70 152 62 57 0 65 72 162 44 37
Binary 111000 1101010 110010 101111 0 110101 111010 1110010 100100 11111

Color Harmonies of #386A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A32

Black with #386A32

Text Example


Text Example

White with #386A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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