#308163

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

Shades of Viridian #308163

Tints of Viridian #308163

Color information

#308163 (or 0x308163) is unknown color: approx Viridian. HEX triplet: 30, 81 and 63. RGB value is (48,129,99). Sum of RGB (Red+Green+Blue) = 48+129+99=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #308163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308163 is #CF7E9C. Grayscale: #656565. Windows color (decimal): -13598365 or 6521136. OLE color: 6521136.

HSL color Cylindrical-coordinate representation of color #308163: hue angle of 157.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308163 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB4812999-
CMYK0.6300.230.49
HSL157.78º45.76%34.71%-
HSV(B)157.78º62.79%50.59%-
XYZ11.3217.2314.53-
YUV101.36126.6689.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=17.39%
G=46.74%
B=35.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129990.6300.230.49157.7845.7634.71
Hex3081633F017319e2e23
Octal6020114377027612365643
Binary11000010000001110001111111101011111000110011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308163; }

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

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

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

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

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

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

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

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