#306350

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

Shades of Spectra #306350

Tints of Spectra #306350

Color information

#306350 (or 0x306350) is unknown color: approx Spectra. HEX triplet: 30, 63 and 50. RGB value is (48,99,80). Sum of RGB (Red+Green+Blue) = 48+99+80=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #306350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306350 is #CF9CAF. Grayscale: #515151. Windows color (decimal): -13606064 or 5268272. OLE color: 5268272.

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

Color convert

RGB489980-
CMYK0.5200.190.61
HSL157.65º34.69%28.82%-
HSV(B)157.65º51.52%38.82%-
XYZ7.1310.139.17-
YUV81.59127.1104.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=21.15%
G=43.61%
B=35.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899800.5200.190.61157.6534.6928.82
Hex306350340133D9e231d
Octal6014312064023752364335
Binary110000110001110100001101000100111111011001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306350; }

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

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

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

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

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

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

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

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