#30634B

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

Shades of Spectra #30634B

Tints of Spectra #30634B

Color information

#30634B (or 0x30634B) is unknown color: approx Spectra. HEX triplet: 30, 63 and 4B. RGB value is (48,99,75). Sum of RGB (Red+Green+Blue) = 48+99+75=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #30634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30634B is #CF9CB4. Grayscale: #515151. Windows color (decimal): -13606069 or 4940592. OLE color: 4940592.

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

Color convert

RGB489975-
CMYK0.5200.240.61
HSL151.76º34.69%28.82%-
HSV(B)151.76º51.52%38.82%-
XYZ6.9510.068.23-
YUV81.02124.6104.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=21.62%
G=44.59%
B=33.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899750.5200.240.61151.7634.6928.82
Hex30634B340183D98231d
Octal6014311364030752304335
Binary110000110001110010111101000110001111011001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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