Html Css Color HEX #467963 Viridian

📋 copy color: '#467963'

red 70 ◦ green 121 ◦ blue 99

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

Shades of Viridian #467963

Tints of Viridian #467963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 24.14%
G = 41.72%
B = 34.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#467963 (or 0x467963) is known color: Viridian. HEX triplet: 46, 79 and 63. RGB value is (70,121,99). Sum of RGB (Red+Green+Blue) = 70+121+99=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #467963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467963 is #B9869C. Grayscale: #676767. Windows color (decimal): -12158621 or 6519110. OLE color: 6519110.

HSL color Cylindrical-coordinate representation of color #467963: hue angle of 154.12º 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 #467963 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 99 -
CMYK 0.42 0 0.18 0.53
HSL 154.12º 0.27% 0.37% -
HSV(B) 154.12º 0.42% 0.47% -
XYZ 11.62 15.88 14.26 -
YUV 103.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 70 121 99 0.42 0 0.18 0.53 154.12 0.27 0.37
Hex 46 79 63 2A 0 12 35 9A 1B 25
Octal 106 171 143 52 0 22 65 232 33 45
Binary 1000110 1111001 1100011 101010 0 10010 110101 10011010 11011 100101

Color Harmonies of #467963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467963

Black with #467963

Text Example


Text Example

White with #467963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467963; }

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

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

background-color css

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

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

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

border-color css

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

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

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