#306527

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

Shades of Green House #306527

Tints of Green House #306527

Color information

#306527 (or 0x306527) is unknown color: approx Green House. HEX triplet: 30, 65 and 27. RGB value is (48,101,39). Sum of RGB (Red+Green+Blue) = 48+101+39=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #306527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306527 is #CF9AD8. Grayscale: #4E4E4E. Windows color (decimal): -13605593 or 2581808. OLE color: 2581808.

HSL color Cylindrical-coordinate representation of color #306527: hue angle of 111.29º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306527 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB4810139-
CMYK0.5200.610.60
HSL111.29º44.29%27.45%-
HSV(B)111.29º61.39%39.61%-
XYZ6.2410.083.54-
YUV78.08105.94106.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 101 (39.84% from 255) = 53.72%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=25.53%
G=53.72%
B=20.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101390.5200.610.60111.2944.2927.45
Hex3065273403D3C6f2c1b
Octal601454764075741575433
Binary11000011001011001111101000111101111100110111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306527; }

 p { color: rgb(48,101,39); }

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

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

 a { background-color: rgb(48,101,39); }

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

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

 span { border-color: rgb(48,101,39); }

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