Html Css Color HEX #467967 Viridian

📋 copy color: '#467967'

red 70 ◦ green 121 ◦ blue 103

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

Shades of Viridian #467967

Tints of Viridian #467967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

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

R = 23.81%
G = 41.16%
B = 35.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#467967 (or 0x467967) is known color: Viridian. HEX triplet: 46, 79 and 67. RGB value is (70,121,103). Sum of RGB (Red+Green+Blue) = 70+121+103=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #467967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467967 is #B98698. Grayscale: #676767. Windows color (decimal): -12158617 or 6781254. OLE color: 6781254.

HSL color Cylindrical-coordinate representation of color #467967: hue angle of 158.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467967 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 103 -
CMYK 0.42 0 0.15 0.53
HSL 158.82º 0.27% 0.37% -
HSV(B) 158.82º 0.42% 0.47% -
XYZ 11.81 15.96 15.29 -
YUV 103.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 70 121 103 0.42 0 0.15 0.53 158.82 0.27 0.37
Hex 46 79 67 2A 0 F 35 9F 1B 25
Octal 106 171 147 52 0 17 65 237 33 45
Binary 1000110 1111001 1100111 101010 0 1111 110101 10011111 11011 100101

Color Harmonies of #467967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467967

Black with #467967

Text Example


Text Example

White with #467967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467967; }

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

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

background-color css

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

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

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

border-color css

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

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

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