#306522

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

Shades of Green House #306522

Tints of Green House #306522

Color information

#306522 (or 0x306522) is unknown color: approx Green House. HEX triplet: 30, 65 and 22. RGB value is (48,101,34). Sum of RGB (Red+Green+Blue) = 48+101+34=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #306522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306522 is #CF9ADD. Grayscale: #4D4D4D. Windows color (decimal): -13605598 or 2254128. OLE color: 2254128.

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

Color convert

RGB4810134-
CMYK0.5200.660.60
HSL107.46º49.63%26.47%-
HSV(B)107.46º66.34%39.61%-
XYZ6.1610.053.13-
YUV77.52103.44106.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 101 (39.84% from 255) = 55.19%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=26.23%
G=55.19%
B=18.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101340.5200.660.60107.4649.6326.47
Hex306522340423C6b321a
Octal6014542640102741536232
Binary110000110010110001011010001000010111100110101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306522; }

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

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

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

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

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

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

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

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