#38702F

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

Shades of Green House #38702F

Tints of Green House #38702F

Color information

#38702F (or 0x38702F) is unknown color: approx Green House. HEX triplet: 38, 70 and 2F. RGB value is (56,112,47). Sum of RGB (Red+Green+Blue) = 56+112+47=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #38702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38702F is #C78FD0. Grayscale: #585858. Windows color (decimal): -13078481 or 3108920. OLE color: 3108920.

HSL color Cylindrical-coordinate representation of color #38702F: hue angle of 111.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38702F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5611247-
CMYK0.5000.580.56
HSL111.69º40.88%31.18%-
HSV(B)111.69º58.04%43.92%-
XYZ7.9412.634.71-
YUV87.85104.95105.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=26.05%
G=52.09%
B=21.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112470.5000.580.56111.6940.8831.18
Hex38702F3203A3870291f
Octal701605762072701605137
Binary11100011100001011111100100111010111000111000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,112,47); }

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

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

 a { background-color: rgb(56,112,47); }

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

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

 span { border-color: rgb(56,112,47); }

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