Html Css Color HEX #467E6D Viridian

📋 copy color: '#467E6D'

red 70 ◦ green 126 ◦ blue 109

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

Shades of Viridian #467E6D

Tints of Viridian #467E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 22.95%
G = 41.31%
B = 35.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#467E6D (or 0x467E6D) is known color: Viridian. HEX triplet: 46, 7E and 6D. RGB value is (70,126,109). Sum of RGB (Red+Green+Blue) = 70+126+109=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #467E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E6D is #B98192. Grayscale: #6B6B6B. Windows color (decimal): -12157331 or 7175750. OLE color: 7175750.

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

Color convert

RGB 70 126 109 -
CMYK 0.44 0 0.13 0.51
HSL 161.79º 0.29% 0.38% -
HSV(B) 161.79º 0.44% 0.49% -
XYZ 12.75 17.33 17.14 -
YUV 107.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 70 126 109 0.44 0 0.13 0.51 161.79 0.29 0.38
Hex 46 7E 6D 2C 0 D 33 A2 1D 26
Octal 106 176 155 54 0 15 63 242 35 46
Binary 1000110 1111110 1101101 101100 0 1101 110011 10100010 11101 100110

Color Harmonies of #467E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E6D

Black with #467E6D

Text Example


Text Example

White with #467E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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