Html Css Color HEX #418164 Viridian

📋 copy color: '#418164'

red 65 ◦ green 129 ◦ blue 100

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

Shades of Viridian #418164

Tints of Viridian #418164

RGB

 RED value IS 65 (25.78% from 255) = 22.11%

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 22.11%
G = 43.88%
B = 34.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#418164 (or 0x418164) is known color: Viridian. HEX triplet: 41, 81 and 64. RGB value is (65,129,100). Sum of RGB (Red+Green+Blue) = 65+129+100=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #418164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418164 is #BE7E9B. Grayscale: #6A6A6A. Windows color (decimal): -12484252 or 6586689. OLE color: 6586689.

HSL color Cylindrical-coordinate representation of color #418164: hue angle of 152.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418164 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 100 -
CMYK 0.50 0 0.22 0.49
HSL 152.81º 0.33% 0.38% -
HSV(B) 152.81º 0.5% 0.51% -
XYZ 12.33 17.74 14.83 -
YUV 106.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 65 129 100 0.50 0 0.22 0.49 152.81 0.33 0.38
Hex 41 81 64 32 0 16 31 99 21 26
Octal 101 201 144 62 0 26 61 231 41 46
Binary 1000001 10000001 1100100 110010 0 10110 110001 10011001 100001 100110

Color Harmonies of #418164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418164

Black with #418164

Text Example


Text Example

White with #418164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418164; }

 p { color: rgb(65,129,100); }

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

background-color css

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

 a { background-color: rgb(65,129,100); }

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

border-color css

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

 span { border-color: rgb(65,129,100); }

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