#38602c

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

Shades of Green House #38602C

Tints of Green House #38602C

Color information

#38602C (or 0x38602C) is unknown color: approx Green House. HEX triplet: 38, 60 and 2C. RGB value is (56,96,44). Sum of RGB (Red+Green+Blue) = 56+96+44=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #38602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38602C is #C79FD3. Grayscale: #4E4E4E. Windows color (decimal): -13082580 or 2908216. OLE color: 2908216.

HSL color Cylindrical-coordinate representation of color #38602C: hue angle of 106.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38602C is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB569644-
CMYK0.4200.540.62
HSL106.15º37.14%27.45%-
HSV(B)106.15º54.17%37.65%-
XYZ6.279.393.86-
YUV78.11108.75112.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=28.57%
G=48.98%
B=22.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696440.4200.540.62106.1537.1427.45
Hex38602C2A0363E6a251b
Octal701405452066761524533
Binary11100011000001011001010100110110111110110101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38602c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38602c; }

 p { color: rgb(56,96,44); }

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

<style>
 a { background-color: #38602c; }

 a { background-color: rgb(56,96,44); }

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

<style>
 span { border-color: #38602c; }

 span { border-color: rgb(56,96,44); }

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