#306320

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

Shades of Green House #306320

Tints of Green House #306320

Color information

#306320 (or 0x306320) is unknown color: approx Green House. HEX triplet: 30, 63 and 20. RGB value is (48,99,32). Sum of RGB (Red+Green+Blue) = 48+99+32=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #306320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306320 is #CF9CDF. Grayscale: #4C4C4C. Windows color (decimal): -13606112 or 2122544. OLE color: 2122544.

HSL color Cylindrical-coordinate representation of color #306320: hue angle of 105.67º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306320 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB489932-
CMYK0.5200.680.61
HSL105.67º51.15%25.69%-
HSV(B)105.67º67.68%38.82%-
XYZ5.949.662.92-
YUV76.11103.1107.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=26.82%
G=55.31%
B=17.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899320.5200.680.61105.6751.1525.69
Hex306320340443D6a331a
Octal6014340640104751526332
Binary110000110001110000011010001000100111101110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306320; }

 p { color: rgb(48,99,32); }

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

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

 a { background-color: rgb(48,99,32); }

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

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

 span { border-color: rgb(48,99,32); }

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