Html Css Color HEX #467665 Viridian

📋 copy color: '#467665'

red 70 ◦ green 118 ◦ blue 101

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

Shades of Viridian #467665

Tints of Viridian #467665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

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

R = 24.22%
G = 40.83%
B = 34.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#467665 (or 0x467665) is known color: Viridian. HEX triplet: 46, 76 and 65. RGB value is (70,118,101). Sum of RGB (Red+Green+Blue) = 70+118+101=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #467665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467665 is #B9899A. Grayscale: #656565. Windows color (decimal): -12159387 or 6649414. OLE color: 6649414.

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

Color convert

RGB 70 118 101 -
CMYK 0.41 0 0.14 0.54
HSL 158.75º 0.26% 0.37% -
HSV(B) 158.75º 0.41% 0.46% -
XYZ 11.35 15.2 14.65 -
YUV 101.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 70 118 101 0.41 0 0.14 0.54 158.75 0.26 0.37
Hex 46 76 65 29 0 E 36 9F 1A 25
Octal 106 166 145 51 0 16 66 237 32 45
Binary 1000110 1110110 1100101 101001 0 1110 110110 10011111 11010 100101

Color Harmonies of #467665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467665

Black with #467665

Text Example


Text Example

White with #467665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467665; }

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

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

background-color css

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

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

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

border-color css

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

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

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