#308465

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

Shades of Viridian #308465

Tints of Viridian #308465

Color information

#308465 (or 0x308465) is unknown color: approx Viridian. HEX triplet: 30, 84 and 65. RGB value is (48,132,101). Sum of RGB (Red+Green+Blue) = 48+132+101=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #308465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308465 is #CF7B9A. Grayscale: #676767. Windows color (decimal): -13597595 or 6652976. OLE color: 6652976.

HSL color Cylindrical-coordinate representation of color #308465: hue angle of 157.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308465 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB48132101-
CMYK0.6400.230.48
HSL157.86º46.67%35.29%-
HSV(B)157.86º63.64%51.76%-
XYZ11.8218.0715.18-
YUV103.35126.6788.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=17.08%
G=46.98%
B=35.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321010.6400.230.48157.8646.6735.29
Hex30846540017309e2f23
Octal60204145100027602365743
Binary110000100001001100101100000001011111000010011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308465; }

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

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

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

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

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

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

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

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