Html Css Color HEX #467565 Viridian

📋 copy color: '#467565'

red 70 ◦ green 117 ◦ blue 101

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

Shades of Viridian #467565

Tints of Viridian #467565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 24.31%
G = 40.63%
B = 35.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#467565 (or 0x467565) is known color: Viridian. HEX triplet: 46, 75 and 65. RGB value is (70,117,101). Sum of RGB (Red+Green+Blue) = 70+117+101=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #467565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467565 is #B98A9A. Grayscale: #656565. Windows color (decimal): -12159643 or 6649158. OLE color: 6649158.

HSL color Cylindrical-coordinate representation of color #467565: hue angle of 159.57º 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 #467565 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 101 -
CMYK 0.40 0 0.14 0.54
HSL 159.57º 0.25% 0.37% -
HSV(B) 159.57º 0.4% 0.46% -
XYZ 11.24 14.96 14.61 -
YUV 101.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 70 117 101 0.40 0 0.14 0.54 159.57 0.25 0.37
Hex 46 75 65 28 0 E 36 A0 19 25
Octal 106 165 145 50 0 16 66 240 31 45
Binary 1000110 1110101 1100101 101000 0 1110 110110 10100000 11001 100101

Color Harmonies of #467565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467565

Black with #467565

Text Example


Text Example

White with #467565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467565; }

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

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

background-color css

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

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

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

border-color css

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

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

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