Html Css Color HEX #468067 Viridian

📋 copy color: '#468067'

red 70 ◦ green 128 ◦ blue 103

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

Shades of Viridian #468067

Tints of Viridian #468067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 23.26%
G = 42.52%
B = 34.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#468067 (or 0x468067) is known color: Viridian. HEX triplet: 46, 80 and 67. RGB value is (70,128,103). Sum of RGB (Red+Green+Blue) = 70+128+103=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #468067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468067 is #B97F98. Grayscale: #6B6B6B. Windows color (decimal): -12156825 or 6783046. OLE color: 6783046.

HSL color Cylindrical-coordinate representation of color #468067: hue angle of 154.14º 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 #468067 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 103 -
CMYK 0.45 0 0.20 0.50
HSL 154.14º 0.29% 0.39% -
HSV(B) 154.14º 0.45% 0.5% -
XYZ 12.69 17.72 15.58 -
YUV 107.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 70 128 103 0.45 0 0.20 0.50 154.14 0.29 0.39
Hex 46 80 67 2D 0 14 32 9A 1D 27
Octal 106 200 147 55 0 24 62 232 35 47
Binary 1000110 10000000 1100111 101101 0 10100 110010 10011010 11101 100111

Color Harmonies of #468067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468067

Black with #468067

Text Example


Text Example

White with #468067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468067; }

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

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

background-color css

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

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

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

border-color css

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

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

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