#38652A

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

Shades of Green House #38652A

Tints of Green House #38652A

Color information

#38652A (or 0x38652A) is unknown color: approx Green House. HEX triplet: 38, 65 and 2A. RGB value is (56,101,42). Sum of RGB (Red+Green+Blue) = 56+101+42=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #38652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38652A is #C79AD5. Grayscale: #515151. Windows color (decimal): -13081302 or 2778424. OLE color: 2778424.

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

Color convert

RGB5610142-
CMYK0.4500.580.60
HSL105.76º41.26%28.04%-
HSV(B)105.76º58.42%39.61%-
XYZ6.710.323.83-
YUV80.82106.09110.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=28.14%
G=50.75%
B=21.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101420.4500.580.60105.7641.2628.04
Hex38652A2D03A3C6a291c
Octal701455255072741525134
Binary11100011001011010101011010111010111100110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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