Html Css Color HEX #467765 Viridian

📋 copy color: '#467765'

red 70 ◦ green 119 ◦ blue 101

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

Shades of Viridian #467765

Tints of Viridian #467765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 24.14%
G = 41.03%
B = 34.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#467765 (or 0x467765) is known color: Viridian. HEX triplet: 46, 77 and 65. RGB value is (70,119,101). Sum of RGB (Red+Green+Blue) = 70+119+101=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #467765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467765 is #B9889A. Grayscale: #666666. Windows color (decimal): -12159131 or 6649670. OLE color: 6649670.

HSL color Cylindrical-coordinate representation of color #467765: hue angle of 157.96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467765 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 101 -
CMYK 0.41 0 0.15 0.53
HSL 157.96º 0.26% 0.37% -
HSV(B) 157.96º 0.41% 0.47% -
XYZ 11.47 15.44 14.69 -
YUV 102.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 70 119 101 0.41 0 0.15 0.53 157.96 0.26 0.37
Hex 46 77 65 29 0 F 35 9E 1A 25
Octal 106 167 145 51 0 17 65 236 32 45
Binary 1000110 1110111 1100101 101001 0 1111 110101 10011110 11010 100101

Color Harmonies of #467765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467765

Black with #467765

Text Example


Text Example

White with #467765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467765; }

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

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

background-color css

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

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

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

border-color css

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

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

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