#308365

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

Shades of Viridian #308365

Tints of Viridian #308365

Color information

#308365 (or 0x308365) is unknown color: approx Viridian. HEX triplet: 30, 83 and 65. RGB value is (48,131,101). Sum of RGB (Red+Green+Blue) = 48+131+101=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #308365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308365 is #CF7C9A. Grayscale: #666666. Windows color (decimal): -13597851 or 6652720. OLE color: 6652720.

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

Color convert

RGB48131101-
CMYK0.6300.230.49
HSL158.31º46.37%35.1%-
HSV(B)158.31º63.36%51.37%-
XYZ11.6817.815.13-
YUV102.7612788.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=17.14%
G=46.79%
B=36.07%

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
Decimal481311010.6300.230.49158.3146.3735.1
Hex3083653F017319e2e23
Octal6020314577027612365643
Binary11000010000011110010111111101011111000110011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308365; }

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

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

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

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

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

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

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

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