#386732

Color #386732 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #386732

Tints of Green House #386732

Color information

#386732 (or 0x386732) is unknown color: approx Green House. HEX triplet: 38, 67 and 32. RGB value is (56,103,50). Sum of RGB (Red+Green+Blue) = 56+103+50=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #386732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386732 is #C798CD. Grayscale: #535353. Windows color (decimal): -13080782 or 3303224. OLE color: 3303224.

HSL color Cylindrical-coordinate representation of color #386732: hue angle of 113.21º degrees, saturation: 0.35, 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 #386732 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB5610350-
CMYK0.4600.510.60
HSL113.21º34.64%30%-
HSV(B)113.21º51.46%40.39%-
XYZ7.0610.774.72-
YUV82.9109.43108.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=26.79%
G=49.28%
B=23.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103500.4600.510.60113.2134.6430
Hex3867322E0333C71231e
Octal701476256063741614336
Binary11100011001111100101011100110011111100111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386732; }

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

 H1.HeaderClassName
 {
   color: #386732;
 }
 .AnyTagClassName
 {
   color: #386732;
 }
</style>
background-color css

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

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

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

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

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

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