Html Css Color HEX #41916C Viridian

📋 copy color: '#41916C'

red 65 ◦ green 145 ◦ blue 108

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

Shades of Viridian #41916C

Tints of Viridian #41916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 20.44%
G = 45.6%
B = 33.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#41916C (or 0x41916C) is known color: Viridian. HEX triplet: 41, 91 and 6C. RGB value is (65,145,108). Sum of RGB (Red+Green+Blue) = 65+145+108=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #41916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41916C is #BE6E93. Grayscale: #747474. Windows color (decimal): -12480148 or 7115073. OLE color: 7115073.

HSL color Cylindrical-coordinate representation of color #41916C: hue angle of 152.25º 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 #41916C is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 108 -
CMYK 0.55 0 0.26 0.43
HSL 152.25º 0.38% 0.41% -
HSV(B) 152.25º 0.55% 0.57% -
XYZ 15.01 22.46 17.73 -
YUV 116.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 65 145 108 0.55 0 0.26 0.43 152.25 0.38 0.41
Hex 41 91 6C 37 0 1A 2B 98 26 29
Octal 101 221 154 67 0 32 53 230 46 51
Binary 1000001 10010001 1101100 110111 0 11010 101011 10011000 100110 101001

Color Harmonies of #41916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41916C

Black with #41916C

Text Example


Text Example

White with #41916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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