Html Css Color HEX #41916D Viridian

📋 copy color: '#41916D'

red 65 ◦ green 145 ◦ blue 109

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

Shades of Viridian #41916D

Tints of Viridian #41916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 20.38%
G = 45.45%
B = 34.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#41916D (or 0x41916D) is known color: Viridian. HEX triplet: 41, 91 and 6D. RGB value is (65,145,109). Sum of RGB (Red+Green+Blue) = 65+145+109=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #41916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41916D is #BE6E92. Grayscale: #757575. Windows color (decimal): -12480147 or 7180609. OLE color: 7180609.

HSL color Cylindrical-coordinate representation of color #41916D: hue angle of 153º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41916D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 109 -
CMYK 0.55 0 0.25 0.43
HSL 153º 0.38% 0.41% -
HSV(B) 153º 0.55% 0.57% -
XYZ 15.07 22.48 18.01 -
YUV 116.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 65 145 109 0.55 0 0.25 0.43 153 0.38 0.41
Hex 41 91 6D 37 0 19 2B 99 26 29
Octal 101 221 155 67 0 31 53 231 46 51
Binary 1000001 10010001 1101101 110111 0 11001 101011 10011001 100110 101001

Color Harmonies of #41916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41916D

Black with #41916D

Text Example


Text Example

White with #41916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41916D; }

 p { color: rgb(65,145,109); }

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

background-color css

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

 a { background-color: rgb(65,145,109); }

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

border-color css

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

 span { border-color: rgb(65,145,109); }

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