#38652D

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

Shades of Green House #38652D

Tints of Green House #38652D

Color information

#38652D (or 0x38652D) is unknown color: approx Green House. HEX triplet: 38, 65 and 2D. RGB value is (56,101,45). Sum of RGB (Red+Green+Blue) = 56+101+45=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #38652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38652D is #C79AD2. Grayscale: #515151. Windows color (decimal): -13081299 or 2975032. OLE color: 2975032.

HSL color Cylindrical-coordinate representation of color #38652D: hue angle of 108.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38652D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB5610145-
CMYK0.4500.550.60
HSL108.21º38.36%28.63%-
HSV(B)108.21º55.45%39.61%-
XYZ6.7610.344.12-
YUV81.16107.59110.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=27.72%
G=50%
B=22.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101450.4500.550.60108.2138.3628.63
Hex38652D2D0373C6c261d
Octal701455555067741544635
Binary11100011001011011011011010110111111100110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38652D; }

 p { color: rgb(56,101,45); }

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

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

 a { background-color: rgb(56,101,45); }

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

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

 span { border-color: rgb(56,101,45); }

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