#308C6C

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

Shades of Viridian #308C6C

Tints of Viridian #308C6C

Color information

#308C6C (or 0x308C6C) is unknown color: approx Viridian. HEX triplet: 30, 8C and 6C. RGB value is (48,140,108). Sum of RGB (Red+Green+Blue) = 48+140+108=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #308C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C6C is #CF7393. Grayscale: #6C6C6C. Windows color (decimal): -13595540 or 7113776. OLE color: 7113776.

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

Color convert

RGB48140108-
CMYK0.6600.230.45
HSL159.13º48.94%36.86%-
HSV(B)159.13º65.71%54.9%-
XYZ13.320.4717.44-
YUV108.84127.5284.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=16.22%
G=47.30%
B=36.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481401080.6600.230.45159.1348.9436.86
Hex308C6C420172D9f3125
Octal60214154102027552376145
Binary110000100011001101100100001001011110110110011111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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