Html Css Color HEX #467E6B Viridian

📋 copy color: '#467E6B'

red 70 ◦ green 126 ◦ blue 107

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

Shades of Viridian #467E6B

Tints of Viridian #467E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 23.1%
G = 41.58%
B = 35.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#467E6B (or 0x467E6B) is known color: Viridian. HEX triplet: 46, 7E and 6B. RGB value is (70,126,107). Sum of RGB (Red+Green+Blue) = 70+126+107=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #467E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E6B is #B98194. Grayscale: #6B6B6B. Windows color (decimal): -12157333 or 7044678. OLE color: 7044678.

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

Color convert

RGB 70 126 107 -
CMYK 0.44 0 0.15 0.51
HSL 159.64º 0.29% 0.38% -
HSV(B) 159.64º 0.44% 0.49% -
XYZ 12.64 17.29 16.58 -
YUV 107.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 70 126 107 0.44 0 0.15 0.51 159.64 0.29 0.38
Hex 46 7E 6B 2C 0 F 33 A0 1D 26
Octal 106 176 153 54 0 17 63 240 35 46
Binary 1000110 1111110 1101011 101100 0 1111 110011 10100000 11101 100110

Color Harmonies of #467E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E6B

Black with #467E6B

Text Example


Text Example

White with #467E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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