Html Css Color HEX #386632 Green House

📋 copy color: '#386632'

red 56 ◦ green 102 ◦ blue 50

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

Shades of Green House #386632

Tints of Green House #386632

RGB

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

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

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

R = 26.92%
G = 49.04%
B = 24.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#386632 (or 0x386632) is known color: Green House. HEX triplet: 38, 66 and 32. RGB value is (56,102,50). Sum of RGB (Red+Green+Blue) = 56+102+50=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #386632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386632 is #C799CD. Grayscale: #525252. Windows color (decimal): -13081038 or 3302968. OLE color: 3302968.

HSL color Cylindrical-coordinate representation of color #386632: hue angle of 113.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386632 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 50 -
CMYK 0.45 0 0.51 0.6
HSL 113.08º 0.34% 0.3% -
HSV(B) 113.08º 0.51% 0.4% -
XYZ 6.96 10.57 4.69 -
YUV 82.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 56 102 50 0.45 0 0.51 0.6 113.08 0.34 0.3
Hex 38 66 32 2D 0 33 3C 71 22 1E
Octal 70 146 62 55 0 63 74 161 42 36
Binary 111000 1100110 110010 101101 0 110011 111100 1110001 100010 11110

Color Harmonies of #386632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386632

Black with #386632

Text Example


Text Example

White with #386632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386632; }

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

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

background-color css

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

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

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

border-color css

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

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

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