Html Css Color HEX #419670 Viridian

📋 copy color: '#419670'

red 65 ◦ green 150 ◦ blue 112

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

Shades of Viridian #419670

Tints of Viridian #419670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 19.88%
G = 45.87%
B = 34.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#419670 (or 0x419670) is known color: Viridian. HEX triplet: 41, 96 and 70. RGB value is (65,150,112). Sum of RGB (Red+Green+Blue) = 65+150+112=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #419670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419670 is #BE698F. Grayscale: #787878. Windows color (decimal): -12478864 or 7378497. OLE color: 7378497.

HSL color Cylindrical-coordinate representation of color #419670: hue angle of 153.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419670 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 112 -
CMYK 0.57 0 0.25 0.41
HSL 153.18º 0.4% 0.42% -
HSV(B) 153.18º 0.57% 0.59% -
XYZ 16.01 24.11 19.14 -
YUV 120.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 65 150 112 0.57 0 0.25 0.41 153.18 0.4 0.42
Hex 41 96 70 39 0 19 29 99 28 2A
Octal 101 226 160 71 0 31 51 231 50 52
Binary 1000001 10010110 1110000 111001 0 11001 101001 10011001 101000 101010

Color Harmonies of #419670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419670

Black with #419670

Text Example


Text Example

White with #419670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419670; }

 p { color: rgb(65,150,112); }

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

background-color css

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

 a { background-color: rgb(65,150,112); }

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

border-color css

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

 span { border-color: rgb(65,150,112); }

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