Html Css Color HEX #467E69 Viridian

📋 copy color: '#467E69'

red 70 ◦ green 126 ◦ blue 105

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

Shades of Viridian #467E69

Tints of Viridian #467E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.86%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 23.26%
G = 41.86%
B = 34.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#467E69 (or 0x467E69) is known color: Viridian. HEX triplet: 46, 7E and 69. RGB value is (70,126,105). Sum of RGB (Red+Green+Blue) = 70+126+105=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #467E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E69 is #B98196. Grayscale: #6A6A6A. Windows color (decimal): -12157335 or 6913606. OLE color: 6913606.

HSL color Cylindrical-coordinate representation of color #467E69: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E69 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 126 105 -
CMYK 0.44 0 0.17 0.51
HSL 157.5º 0.29% 0.38% -
HSV(B) 157.5º 0.44% 0.49% -
XYZ 12.54 17.24 16.03 -
YUV 106.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 70 126 105 0.44 0 0.17 0.51 157.5 0.29 0.38
Hex 46 7E 69 2C 0 11 33 9E 1D 26
Octal 106 176 151 54 0 21 63 236 35 46
Binary 1000110 1111110 1101001 101100 0 10001 110011 10011110 11101 100110

Color Harmonies of #467E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E69

Black with #467E69

Text Example


Text Example

White with #467E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E69; }

 p { color: rgb(70,126,105); }

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

background-color css

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

 a { background-color: rgb(70,126,105); }

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

border-color css

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

 span { border-color: rgb(70,126,105); }

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