Html Css Color HEX #308666 Viridian

📋 copy color: '#308666'

red 48 ◦ green 134 ◦ blue 102

#308666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #308666

Tints of Viridian #308666

RGB

 RED value IS 48 (19.14% from 255) = 16.9%

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 16.9%
G = 47.18%
B = 35.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#308666 (or 0x308666) is known color: Viridian. HEX triplet: 30, 86 and 66. RGB value is (48,134,102). Sum of RGB (Red+Green+Blue) = 48+134+102=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #308666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308666 is #CF7999. Grayscale: #686868. Windows color (decimal): -13597082 or 6719024. OLE color: 6719024.

HSL color Cylindrical-coordinate representation of color #308666: hue angle of 157.67º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308666 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 102 -
CMYK 0.64 0 0.24 0.47
HSL 157.67º 0.47% 0.36% -
HSV(B) 157.67º 0.64% 0.53% -
XYZ 12.14 18.64 15.53 -
YUV 104.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 48 134 102 0.64 0 0.24 0.47 157.67 0.47 0.36
Hex 30 86 66 40 0 18 2F 9E 2F 24
Octal 60 206 146 100 0 30 57 236 57 44
Binary 110000 10000110 1100110 1000000 0 11000 101111 10011110 101111 100100

Color Harmonies of #308666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308666

Black with #308666

Text Example


Text Example

White with #308666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308666; }

 p { color: rgb(48,134,102); }

 H1.HeaderClassName
 {
   color: #308666;
 }
 .AnyTagClassName
 {
   color: #308666;
 }
</style>

background-color css

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

 a { background-color: rgb(48,134,102); }

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

border-color css

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

 span { border-color: rgb(48,134,102); }

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