Html Css Color HEX #41906E Viridian

📋 copy color: '#41906E'

red 65 ◦ green 144 ◦ blue 110

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

Shades of Viridian #41906E

Tints of Viridian #41906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 20.38%
G = 45.14%
B = 34.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#41906E (or 0x41906E) is known color: Viridian. HEX triplet: 41, 90 and 6E. RGB value is (65,144,110). Sum of RGB (Red+Green+Blue) = 65+144+110=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #41906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906E is #BE6F91. Grayscale: #747474. Windows color (decimal): -12480402 or 7245889. OLE color: 7245889.

HSL color Cylindrical-coordinate representation of color #41906E: hue angle of 154.18º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41906E is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 110 -
CMYK 0.55 0 0.24 0.44
HSL 154.18º 0.38% 0.41% -
HSV(B) 154.18º 0.55% 0.56% -
XYZ 14.97 22.2 18.25 -
YUV 116.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 65 144 110 0.55 0 0.24 0.44 154.18 0.38 0.41
Hex 41 90 6E 37 0 18 2C 9A 26 29
Octal 101 220 156 67 0 30 54 232 46 51
Binary 1000001 10010000 1101110 110111 0 11000 101100 10011010 100110 101001

Color Harmonies of #41906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41906E

Black with #41906E

Text Example


Text Example

White with #41906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41906E; }

 p { color: rgb(65,144,110); }

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

background-color css

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

 a { background-color: rgb(65,144,110); }

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

border-color css

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

 span { border-color: rgb(65,144,110); }

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