Html Css Color HEX #418874 Viridian

📋 copy color: '#418874'

red 65 ◦ green 136 ◦ blue 116

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

Shades of Viridian #418874

Tints of Viridian #418874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 20.5%
G = 42.9%
B = 36.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#418874 (or 0x418874) is known color: Viridian. HEX triplet: 41, 88 and 74. RGB value is (65,136,116). Sum of RGB (Red+Green+Blue) = 65+136+116=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #418874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418874 is #BE778B. Grayscale: #707070. Windows color (decimal): -12482444 or 7637057. OLE color: 7637057.

HSL color Cylindrical-coordinate representation of color #418874: hue angle of 163.1º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418874 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 116 -
CMYK 0.52 0 0.15 0.47
HSL 163.1º 0.35% 0.39% -
HSV(B) 163.1º 0.52% 0.53% -
XYZ 14.14 19.99 19.64 -
YUV 112.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 65 136 116 0.52 0 0.15 0.47 163.1 0.35 0.39
Hex 41 88 74 34 0 F 2F A3 23 27
Octal 101 210 164 64 0 17 57 243 43 47
Binary 1000001 10001000 1110100 110100 0 1111 101111 10100011 100011 100111

Color Harmonies of #418874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418874

Black with #418874

Text Example


Text Example

White with #418874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418874; }

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

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

background-color css

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

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

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

border-color css

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

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

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