#38692A

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

Shades of Green House #38692A

Tints of Green House #38692A

Color information

#38692A (or 0x38692A) is unknown color: approx Green House. HEX triplet: 38, 69 and 2A. RGB value is (56,105,42). Sum of RGB (Red+Green+Blue) = 56+105+42=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #38692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38692A is #C796D5. Grayscale: #535353. Windows color (decimal): -13080278 or 2779448. OLE color: 2779448.

HSL color Cylindrical-coordinate representation of color #38692A: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38692A is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB5610542-
CMYK0.4700.60.59
HSL106.67º42.86%28.82%-
HSV(B)106.67º60%41.18%-
XYZ7.111.113.96-
YUV83.17104.77108.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=27.59%
G=51.72%
B=20.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105420.4700.60.59106.6742.8628.82
Hex38692A2F03C3B6b2b1d
Octal701515257074731535335
Binary11100011010011010101011110111100111011110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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