Html Css Color HEX #417E72 Viridian

📋 copy color: '#417E72'

red 65 ◦ green 126 ◦ blue 114

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

Shades of Viridian #417E72

Tints of Viridian #417E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 21.31%
G = 41.31%
B = 37.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#417E72 (or 0x417E72) is known color: Viridian. HEX triplet: 41, 7E and 72. RGB value is (65,126,114). Sum of RGB (Red+Green+Blue) = 65+126+114=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #417E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E72 is #BE818D. Grayscale: #6A6A6A. Windows color (decimal): -12485006 or 7503425. OLE color: 7503425.

HSL color Cylindrical-coordinate representation of color #417E72: hue angle of 168.2º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417E72 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 126 114 -
CMYK 0.48 0 0.10 0.51
HSL 168.2º 0.32% 0.37% -
HSV(B) 168.2º 0.48% 0.49% -
XYZ 12.68 17.26 18.58 -
YUV 106.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 65 126 114 0.48 0 0.10 0.51 168.2 0.32 0.37
Hex 41 7E 72 30 0 A 33 A8 20 25
Octal 101 176 162 60 0 12 63 250 40 45
Binary 1000001 1111110 1110010 110000 0 1010 110011 10101000 100000 100101

Color Harmonies of #417E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E72

Black with #417E72

Text Example


Text Example

White with #417E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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