Html Css Color HEX #418577 Viridian

📋 copy color: '#418577'

red 65 ◦ green 133 ◦ blue 119

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

Shades of Viridian #418577

Tints of Viridian #418577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 20.5%
G = 41.96%
B = 37.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#418577 (or 0x418577) is known color: Viridian. HEX triplet: 41, 85 and 77. RGB value is (65,133,119). Sum of RGB (Red+Green+Blue) = 65+133+119=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #418577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418577 is #BE7A88. Grayscale: #6F6F6F. Windows color (decimal): -12483209 or 7832897. OLE color: 7832897.

HSL color Cylindrical-coordinate representation of color #418577: hue angle of 167.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418577 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 119 -
CMYK 0.51 0 0.11 0.48
HSL 167.65º 0.34% 0.39% -
HSV(B) 167.65º 0.51% 0.52% -
XYZ 13.9 19.23 20.43 -
YUV 111.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 65 133 119 0.51 0 0.11 0.48 167.65 0.34 0.39
Hex 41 85 77 33 0 B 30 A8 22 27
Octal 101 205 167 63 0 13 60 250 42 47
Binary 1000001 10000101 1110111 110011 0 1011 110000 10101000 100010 100111

Color Harmonies of #418577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418577

Black with #418577

Text Example


Text Example

White with #418577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418577; }

 p { color: rgb(65,133,119); }

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

background-color css

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

 a { background-color: rgb(65,133,119); }

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

border-color css

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

 span { border-color: rgb(65,133,119); }

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