Html Css Color HEX #418172 Viridian

📋 copy color: '#418172'

red 65 ◦ green 129 ◦ blue 114

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

Shades of Viridian #418172

Tints of Viridian #418172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 21.1%
G = 41.88%
B = 37.01%

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

#418172 (or 0x418172) is known color: Viridian. HEX triplet: 41, 81 and 72. RGB value is (65,129,114). Sum of RGB (Red+Green+Blue) = 65+129+114=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #418172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418172 is #BE7E8D. Grayscale: #6C6C6C. Windows color (decimal): -12484238 or 7504193. OLE color: 7504193.

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

Color convert

RGB 65 129 114 -
CMYK 0.50 0 0.12 0.49
HSL 165.94º 0.33% 0.38% -
HSV(B) 165.94º 0.5% 0.51% -
XYZ 13.07 18.04 18.71 -
YUV 108.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 65 129 114 0.50 0 0.12 0.49 165.94 0.33 0.38
Hex 41 81 72 32 0 C 31 A6 21 26
Octal 101 201 162 62 0 14 61 246 41 46
Binary 1000001 10000001 1110010 110010 0 1100 110001 10100110 100001 100110

Color Harmonies of #418172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418172

Black with #418172

Text Example


Text Example

White with #418172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418172; }

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

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

background-color css

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

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

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

border-color css

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

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

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