#308364

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

Shades of Viridian #308364

Tints of Viridian #308364

Color information

#308364 (or 0x308364) is unknown color: approx Viridian. HEX triplet: 30, 83 and 64. RGB value is (48,131,100). Sum of RGB (Red+Green+Blue) = 48+131+100=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #308364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308364 is #CF7C9B. Grayscale: #666666. Windows color (decimal): -13597852 or 6587184. OLE color: 6587184.

HSL color Cylindrical-coordinate representation of color #308364: hue angle of 157.59º 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 #308364 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB48131100-
CMYK0.6300.240.49
HSL157.59º46.37%35.1%-
HSV(B)157.59º63.36%51.37%-
XYZ11.6417.7814.88-
YUV102.65126.589.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=17.20%
G=46.95%
B=35.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311000.6300.240.49157.5946.3735.1
Hex3083643F018319e2e23
Octal6020314477030612365643
Binary11000010000011110010011111101100011000110011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308364; }

 p { color: rgb(48,131,100); }

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

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

 a { background-color: rgb(48,131,100); }

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

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

 span { border-color: rgb(48,131,100); }

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