Html Css Color HEX #308064 Viridian

📋 copy color: '#308064'

red 48 ◦ green 128 ◦ blue 100

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

Shades of Viridian #308064

Tints of Viridian #308064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 17.39%
G = 46.38%
B = 36.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#308064 (or 0x308064) is known color: Viridian. HEX triplet: 30, 80 and 64. RGB value is (48,128,100). Sum of RGB (Red+Green+Blue) = 48+128+100=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #308064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308064 is #CF7F9B. Grayscale: #646464. Windows color (decimal): -13598620 or 6586416. OLE color: 6586416.

HSL color Cylindrical-coordinate representation of color #308064: hue angle of 159º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308064 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 100 -
CMYK 0.62 0 0.22 0.50
HSL 159º 0.45% 0.35% -
HSV(B) 159º 0.63% 0.5% -
XYZ 11.24 16.99 14.74 -
YUV 100.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 48 128 100 0.62 0 0.22 0.50 159 0.45 0.35
Hex 30 80 64 3E 0 16 32 9F 2D 23
Octal 60 200 144 76 0 26 62 237 55 43
Binary 110000 10000000 1100100 111110 0 10110 110010 10011111 101101 100011

Color Harmonies of #308064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308064

Black with #308064

Text Example


Text Example

White with #308064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308064; }

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

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

background-color css

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

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

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

border-color css

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

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

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