#385434

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

Shades of Green House #385434

Tints of Green House #385434

Color information

#385434 (or 0x385434) is unknown color: approx Green House. HEX triplet: 38, 54 and 34. RGB value is (56,84,52). Sum of RGB (Red+Green+Blue) = 56+84+52=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #385434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385434 is #C7ABCB. Grayscale: #484848. Windows color (decimal): -13085644 or 3429432. OLE color: 3429432.

HSL color Cylindrical-coordinate representation of color #385434: hue angle of 112.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385434 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB568452-
CMYK0.3300.380.67
HSL112.5º23.53%26.67%-
HSV(B)112.5º38.1%32.94%-
XYZ5.427.434.4-
YUV71.98116.72116.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=29.17%
G=43.75%
B=27.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684520.3300.380.67112.523.5326.67
Hex385434210264370181b
Octal7012464410461031603033
Binary11100010101001101001000010100110100001111100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385434; }

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

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

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

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

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

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

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

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