#308B6D

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

Shades of Viridian #308B6D

Tints of Viridian #308B6D

Color information

#308B6D (or 0x308B6D) is unknown color: approx Viridian. HEX triplet: 30, 8B and 6D. RGB value is (48,139,109). Sum of RGB (Red+Green+Blue) = 48+139+109=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #308B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B6D is #CF7492. Grayscale: #6C6C6C. Windows color (decimal): -13595795 or 7179056. OLE color: 7179056.

HSL color Cylindrical-coordinate representation of color #308B6D: hue angle of 160.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B6D is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB48139109-
CMYK0.6500.220.45
HSL160.22º48.66%36.67%-
HSV(B)160.22º65.47%54.51%-
XYZ13.2120.217.67-
YUV108.37128.3584.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=16.22%
G=46.96%
B=36.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391090.6500.220.45160.2248.6636.67
Hex308B6D410162Da03125
Octal60213155101026552406145
Binary110000100010111101101100000101011010110110100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B6D; }

 p { color: rgb(48,139,109); }

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

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

 a { background-color: rgb(48,139,109); }

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

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

 span { border-color: rgb(48,139,109); }

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