Html Css Color HEX #468064 Viridian

📋 copy color: '#468064'

red 70 ◦ green 128 ◦ blue 100

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

Shades of Viridian #468064

Tints of Viridian #468064

RGB

 RED value IS 70 (27.73% from 255) = 23.49%

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

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

R = 23.49%
G = 42.95%
B = 33.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#468064 (or 0x468064) is known color: Viridian. HEX triplet: 46, 80 and 64. RGB value is (70,128,100). Sum of RGB (Red+Green+Blue) = 70+128+100=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #468064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468064 is #B97F9B. Grayscale: #6B6B6B. Windows color (decimal): -12156828 or 6586438. OLE color: 6586438.

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

Color convert

RGB 70 128 100 -
CMYK 0.45 0 0.22 0.50
HSL 151.03º 0.29% 0.39% -
HSV(B) 151.03º 0.45% 0.5% -
XYZ 12.55 17.66 14.8 -
YUV 107.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 70 128 100 0.45 0 0.22 0.50 151.03 0.29 0.39
Hex 46 80 64 2D 0 16 32 97 1D 27
Octal 106 200 144 55 0 26 62 227 35 47
Binary 1000110 10000000 1100100 101101 0 10110 110010 10010111 11101 100111

Color Harmonies of #468064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468064

Black with #468064

Text Example


Text Example

White with #468064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468064; }

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

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

background-color css

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

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

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

border-color css

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

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

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