Html Css Color HEX #467D69 Viridian

📋 copy color: '#467D69'

red 70 ◦ green 125 ◦ blue 105

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

Shades of Viridian #467D69

Tints of Viridian #467D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.67%

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

R = 23.33%
G = 41.67%
B = 35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#467D69 (or 0x467D69) is known color: Viridian. HEX triplet: 46, 7D and 69. RGB value is (70,125,105). Sum of RGB (Red+Green+Blue) = 70+125+105=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #467D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D69 is #B98296. Grayscale: #6A6A6A. Windows color (decimal): -12157591 or 6913350. OLE color: 6913350.

HSL color Cylindrical-coordinate representation of color #467D69: hue angle of 158.18º degrees, saturation: 0.28, 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 #467D69 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 105 -
CMYK 0.44 0 0.16 0.51
HSL 158.18º 0.28% 0.38% -
HSV(B) 158.18º 0.44% 0.49% -
XYZ 12.41 16.99 15.99 -
YUV 106.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 70 125 105 0.44 0 0.16 0.51 158.18 0.28 0.38
Hex 46 7D 69 2C 0 10 33 9E 1C 26
Octal 106 175 151 54 0 20 63 236 34 46
Binary 1000110 1111101 1101001 101100 0 10000 110011 10011110 11100 100110

Color Harmonies of #467D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D69

Black with #467D69

Text Example


Text Example

White with #467D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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