#386134

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

Shades of Green House #386134

Tints of Green House #386134

Color information

#386134 (or 0x386134) is unknown color: approx Green House. HEX triplet: 38, 61 and 34. RGB value is (56,97,52). Sum of RGB (Red+Green+Blue) = 56+97+52=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #386134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386134 is #C79ECB. Grayscale: #4F4F4F. Windows color (decimal): -13082316 or 3432760. OLE color: 3432760.

HSL color Cylindrical-coordinate representation of color #386134: hue angle of 114.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386134 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB569752-
CMYK0.4200.460.62
HSL114.67º30.2%29.22%-
HSV(B)114.67º46.39%38.04%-
XYZ6.539.644.77-
YUV79.61112.42111.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=27.32%
G=47.32%
B=25.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697520.4200.460.62114.6730.229.22
Hex3861342A02E3E731e1d
Octal701416452056761633635
Binary1110001100001110100101010010111011111011100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386134; }

 p { color: rgb(56,97,52); }

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

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

 a { background-color: rgb(56,97,52); }

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

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

 span { border-color: rgb(56,97,52); }

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