Html Css Color HEX #467564 Viridian

📋 copy color: '#467564'

red 70 ◦ green 117 ◦ blue 100

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

Shades of Viridian #467564

Tints of Viridian #467564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 24.39%
G = 40.77%
B = 34.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#467564 (or 0x467564) is known color: Viridian. HEX triplet: 46, 75 and 64. RGB value is (70,117,100). Sum of RGB (Red+Green+Blue) = 70+117+100=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #467564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467564 is #B98A9B. Grayscale: #656565. Windows color (decimal): -12159644 or 6583622. OLE color: 6583622.

HSL color Cylindrical-coordinate representation of color #467564: hue angle of 158.3º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467564 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 100 -
CMYK 0.40 0 0.15 0.54
HSL 158.3º 0.25% 0.37% -
HSV(B) 158.3º 0.4% 0.46% -
XYZ 11.19 14.94 14.35 -
YUV 101.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 70 117 100 0.40 0 0.15 0.54 158.3 0.25 0.37
Hex 46 75 64 28 0 F 36 9E 19 25
Octal 106 165 144 50 0 17 66 236 31 45
Binary 1000110 1110101 1100100 101000 0 1111 110110 10011110 11001 100101

Color Harmonies of #467564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467564

Black with #467564

Text Example


Text Example

White with #467564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467564; }

 p { color: rgb(70,117,100); }

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

background-color css

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

 a { background-color: rgb(70,117,100); }

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

border-color css

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

 span { border-color: rgb(70,117,100); }

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