Html Css Color HEX #418175 Viridian

📋 copy color: '#418175'

red 65 ◦ green 129 ◦ blue 117

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

Shades of Viridian #418175

Tints of Viridian #418175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 20.9%
G = 41.48%
B = 37.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#418175 (or 0x418175) is known color: Viridian. HEX triplet: 41, 81 and 75. RGB value is (65,129,117). Sum of RGB (Red+Green+Blue) = 65+129+117=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #418175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418175 is #BE7E8A. Grayscale: #6C6C6C. Windows color (decimal): -12484235 or 7700801. OLE color: 7700801.

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

Color convert

RGB 65 129 117 -
CMYK 0.50 0 0.09 0.49
HSL 168.75º 0.33% 0.38% -
HSV(B) 168.75º 0.5% 0.51% -
XYZ 13.24 18.11 19.63 -
YUV 108.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 65 129 117 0.50 0 0.09 0.49 168.75 0.33 0.38
Hex 41 81 75 32 0 9 31 A9 21 26
Octal 101 201 165 62 0 11 61 251 41 46
Binary 1000001 10000001 1110101 110010 0 1001 110001 10101001 100001 100110

Color Harmonies of #418175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418175

Black with #418175

Text Example


Text Example

White with #418175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418175; }

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

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

background-color css

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

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

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

border-color css

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

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

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