#308B6C

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

Shades of Viridian #308B6C

Tints of Viridian #308B6C

Color information

#308B6C (or 0x308B6C) is unknown color: approx Viridian. HEX triplet: 30, 8B and 6C. RGB value is (48,139,108). Sum of RGB (Red+Green+Blue) = 48+139+108=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #308B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B6C is #CF7493. Grayscale: #6C6C6C. Windows color (decimal): -13595796 or 7113520. OLE color: 7113520.

HSL color Cylindrical-coordinate representation of color #308B6C: hue angle of 159.56º 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 #308B6C is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB48139108-
CMYK0.6500.220.45
HSL159.56º48.66%36.67%-
HSV(B)159.56º65.47%54.51%-
XYZ13.1620.1817.39-
YUV108.26127.8585.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=16.27%
G=47.12%
B=36.61%

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
Decimal481391080.6500.220.45159.5648.6636.67
Hex308B6C410162Da03125
Octal60213154101026552406145
Binary110000100010111101100100000101011010110110100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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