Html Css Color HEX #419874 Viridian

📋 copy color: '#419874'

red 65 ◦ green 152 ◦ blue 116

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

Shades of Viridian #419874

Tints of Viridian #419874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 19.52%
G = 45.65%
B = 34.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#419874 (or 0x419874) is known color: Viridian. HEX triplet: 41, 98 and 74. RGB value is (65,152,116). Sum of RGB (Red+Green+Blue) = 65+152+116=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #419874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419874 is #BE678B. Grayscale: #797979. Windows color (decimal): -12478348 or 7641153. OLE color: 7641153.

HSL color Cylindrical-coordinate representation of color #419874: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419874 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 116 -
CMYK 0.57 0 0.24 0.40
HSL 155.17º 0.4% 0.43% -
HSV(B) 155.17º 0.57% 0.6% -
XYZ 16.56 24.84 20.45 -
YUV 121.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 65 152 116 0.57 0 0.24 0.40 155.17 0.4 0.43
Hex 41 98 74 39 0 18 28 9B 28 2B
Octal 101 230 164 71 0 30 50 233 50 53
Binary 1000001 10011000 1110100 111001 0 11000 101000 10011011 101000 101011

Color Harmonies of #419874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419874

Black with #419874

Text Example


Text Example

White with #419874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419874; }

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

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

background-color css

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

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

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

border-color css

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

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

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