Html Css Color HEX #308464 Viridian

📋 copy color: '#308464'

red 48 ◦ green 132 ◦ blue 100

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

Shades of Viridian #308464

Tints of Viridian #308464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 17.14%
G = 47.14%
B = 35.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#308464 (or 0x308464) is known color: Viridian. HEX triplet: 30, 84 and 64. RGB value is (48,132,100). Sum of RGB (Red+Green+Blue) = 48+132+100=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #308464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308464 is #CF7B9B. Grayscale: #676767. Windows color (decimal): -13597596 or 6587440. OLE color: 6587440.

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

Color convert

RGB 48 132 100 -
CMYK 0.64 0 0.24 0.48
HSL 157.14º 0.47% 0.35% -
HSV(B) 157.14º 0.64% 0.52% -
XYZ 11.77 18.05 14.92 -
YUV 103.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 48 132 100 0.64 0 0.24 0.48 157.14 0.47 0.35
Hex 30 84 64 40 0 18 30 9D 2F 23
Octal 60 204 144 100 0 30 60 235 57 43
Binary 110000 10000100 1100100 1000000 0 11000 110000 10011101 101111 100011

Color Harmonies of #308464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308464

Black with #308464

Text Example


Text Example

White with #308464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308464; }

 p { color: rgb(48,132,100); }

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

background-color css

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

 a { background-color: rgb(48,132,100); }

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

border-color css

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

 span { border-color: rgb(48,132,100); }

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