Html Css Color HEX #418574 Viridian

📋 copy color: '#418574'

red 65 ◦ green 133 ◦ blue 116

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

Shades of Viridian #418574

Tints of Viridian #418574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 20.7%
G = 42.36%
B = 36.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#418574 (or 0x418574) is known color: Viridian. HEX triplet: 41, 85 and 74. RGB value is (65,133,116). Sum of RGB (Red+Green+Blue) = 65+133+116=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #418574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418574 is #BE7A8B. Grayscale: #6E6E6E. Windows color (decimal): -12483212 or 7636289. OLE color: 7636289.

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

Color convert

RGB 65 133 116 -
CMYK 0.51 0 0.13 0.48
HSL 165º 0.34% 0.39% -
HSV(B) 165º 0.51% 0.52% -
XYZ 13.72 19.16 19.5 -
YUV 110.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 65 133 116 0.51 0 0.13 0.48 165 0.34 0.39
Hex 41 85 74 33 0 D 30 A5 22 27
Octal 101 205 164 63 0 15 60 245 42 47
Binary 1000001 10000101 1110100 110011 0 1101 110000 10100101 100010 100111

Color Harmonies of #418574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418574

Black with #418574

Text Example


Text Example

White with #418574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418574; }

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

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

background-color css

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

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

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

border-color css

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

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

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