#30634C

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

Shades of Spectra #30634C

Tints of Spectra #30634C

Color information

#30634C (or 0x30634C) is unknown color: approx Spectra. HEX triplet: 30, 63 and 4C. RGB value is (48,99,76). Sum of RGB (Red+Green+Blue) = 48+99+76=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #30634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30634C is #CF9CB3. Grayscale: #515151. Windows color (decimal): -13606068 or 5006128. OLE color: 5006128.

HSL color Cylindrical-coordinate representation of color #30634C: hue angle of 152.94º 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 #30634C is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB489976-
CMYK0.5200.230.61
HSL152.94º34.69%28.82%-
HSV(B)152.94º51.52%38.82%-
XYZ6.9910.078.41-
YUV81.13125.1104.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=21.52%
G=44.39%
B=34.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899760.5200.230.61152.9434.6928.82
Hex30634C340173D99231d
Octal6014311464027752314335
Binary110000110001110011001101000101111111011001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30634C; }

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

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

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

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

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

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

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

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