Html Css Color HEX #419375 Viridian

📋 copy color: '#419375'

red 65 ◦ green 147 ◦ blue 117

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

Shades of Viridian #419375

Tints of Viridian #419375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 19.76%
G = 44.68%
B = 35.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#419375 (or 0x419375) is known color: Viridian. HEX triplet: 41, 93 and 75. RGB value is (65,147,117). Sum of RGB (Red+Green+Blue) = 65+147+117=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #419375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419375 is #BE6C8A. Grayscale: #777777. Windows color (decimal): -12479627 or 7705409. OLE color: 7705409.

HSL color Cylindrical-coordinate representation of color #419375: hue angle of 158.05º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419375 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 117 -
CMYK 0.56 0 0.20 0.42
HSL 158.05º 0.39% 0.42% -
HSV(B) 158.05º 0.56% 0.58% -
XYZ 15.82 23.28 20.49 -
YUV 119.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 65 147 117 0.56 0 0.20 0.42 158.05 0.39 0.42
Hex 41 93 75 38 0 14 2A 9E 27 2A
Octal 101 223 165 70 0 24 52 236 47 52
Binary 1000001 10010011 1110101 111000 0 10100 101010 10011110 100111 101010

Color Harmonies of #419375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419375

Black with #419375

Text Example


Text Example

White with #419375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419375; }

 p { color: rgb(65,147,117); }

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

background-color css

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

 a { background-color: rgb(65,147,117); }

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

border-color css

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

 span { border-color: rgb(65,147,117); }

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