#3A6827

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

Shades of Green House #3A6827

Tints of Green House #3A6827

Color information

#3A6827 (or 0x3A6827) is unknown color: approx Green House. HEX triplet: 3A, 68 and 27. RGB value is (58,104,39). Sum of RGB (Red+Green+Blue) = 58+104+39=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6827 is #C597D8. Grayscale: #535353. Windows color (decimal): -12949465 or 2582586. OLE color: 2582586.

HSL color Cylindrical-coordinate representation of color #3A6827: hue angle of 102.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6827 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB5810439-
CMYK0.4400.620.59
HSL102.46º45.45%28.04%-
HSV(B)102.46º62.5%40.78%-
XYZ7.0610.953.66-
YUV82.84103.26110.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=28.86%
G=51.74%
B=19.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58104390.4400.620.59102.4645.4528.04
Hex3A68272C03E3B662d1c
Octal721504754076731465534
Binary11101011010001001111011000111110111011110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6827; }

 p { color: rgb(58,104,39); }

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

<style>
 a { background-color: #3A6827; }

 a { background-color: rgb(58,104,39); }

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

<style>
 span { border-color: #3A6827; }

 span { border-color: rgb(58,104,39); }

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