#38681F

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

Shades of Green House #38681F

Tints of Green House #38681F

Color information

#38681F (or 0x38681F) is unknown color: approx Green House. HEX triplet: 38, 68 and 1F. RGB value is (56,104,31). Sum of RGB (Red+Green+Blue) = 56+104+31=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #38681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38681F is #C797E0. Grayscale: #515151. Windows color (decimal): -13080545 or 2058296. OLE color: 2058296.

HSL color Cylindrical-coordinate representation of color #38681F: hue angle of 99.45º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38681F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB5610431-
CMYK0.4600.700.59
HSL99.45º54.07%26.47%-
HSV(B)99.45º70.19%40.78%-
XYZ6.8310.843.03-
YUV81.3399.6109.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=29.32%
G=54.45%
B=16.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104310.4600.700.5999.4554.0726.47
Hex38681F2E0463B63361a
Octal7015037560106731436632
Binary11100011010001111110111001000110111011110001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38681F; }

 p { color: rgb(56,104,31); }

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

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

 a { background-color: rgb(56,104,31); }

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

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

 span { border-color: rgb(56,104,31); }

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