Html Css Color HEX #467E70 Viridian

📋 copy color: '#467E70'

red 70 ◦ green 126 ◦ blue 112

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

Shades of Viridian #467E70

Tints of Viridian #467E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 22.73%
G = 40.91%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#467E70 (or 0x467E70) is known color: Viridian. HEX triplet: 46, 7E and 70. RGB value is (70,126,112). Sum of RGB (Red+Green+Blue) = 70+126+112=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #467E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E70 is #B9818F. Grayscale: #6B6B6B. Windows color (decimal): -12157328 or 7372358. OLE color: 7372358.

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

Color convert

RGB 70 126 112 -
CMYK 0.44 0 0.11 0.51
HSL 165º 0.29% 0.38% -
HSV(B) 165º 0.44% 0.49% -
XYZ 12.91 17.39 18.01 -
YUV 107.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 70 126 112 0.44 0 0.11 0.51 165 0.29 0.38
Hex 46 7E 70 2C 0 B 33 A5 1D 26
Octal 106 176 160 54 0 13 63 245 35 46
Binary 1000110 1111110 1110000 101100 0 1011 110011 10100101 11101 100110

Color Harmonies of #467E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E70

Black with #467E70

Text Example


Text Example

White with #467E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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