Html Css Color HEX #418171 Viridian

📋 copy color: '#418171'

red 65 ◦ green 129 ◦ blue 113

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

Shades of Viridian #418171

Tints of Viridian #418171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 21.17%
G = 42.02%
B = 36.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#418171 (or 0x418171) is known color: Viridian. HEX triplet: 41, 81 and 71. RGB value is (65,129,113). Sum of RGB (Red+Green+Blue) = 65+129+113=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #418171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418171 is #BE7E8E. Grayscale: #6C6C6C. Windows color (decimal): -12484239 or 7438657. OLE color: 7438657.

HSL color Cylindrical-coordinate representation of color #418171: hue angle of 165º 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 #418171 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 113 -
CMYK 0.50 0 0.12 0.49
HSL 165º 0.33% 0.38% -
HSV(B) 165º 0.5% 0.51% -
XYZ 13.01 18.02 18.41 -
YUV 108.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 65 129 113 0.50 0 0.12 0.49 165 0.33 0.38
Hex 41 81 71 32 0 C 31 A5 21 26
Octal 101 201 161 62 0 14 61 245 41 46
Binary 1000001 10000001 1110001 110010 0 1100 110001 10100101 100001 100110

Color Harmonies of #418171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418171

Black with #418171

Text Example


Text Example

White with #418171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418171; }

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

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

background-color css

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

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

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

border-color css

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

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

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