Html Css Color HEX #41906C Viridian

📋 copy color: '#41906C'

red 65 ◦ green 144 ◦ blue 108

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

Shades of Viridian #41906C

Tints of Viridian #41906C

RGB

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

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

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

R = 20.5%
G = 45.43%
B = 34.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#41906C (or 0x41906C) is known color: Viridian. HEX triplet: 41, 90 and 6C. RGB value is (65,144,108). Sum of RGB (Red+Green+Blue) = 65+144+108=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #41906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906C is #BE6F93. Grayscale: #747474. Windows color (decimal): -12480404 or 7114817. OLE color: 7114817.

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

Color convert

RGB 65 144 108 -
CMYK 0.55 0 0.25 0.44
HSL 152.66º 0.38% 0.41% -
HSV(B) 152.66º 0.55% 0.56% -
XYZ 14.86 22.15 17.68 -
YUV 116.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 65 144 108 0.55 0 0.25 0.44 152.66 0.38 0.41
Hex 41 90 6C 37 0 19 2C 99 26 29
Octal 101 220 154 67 0 31 54 231 46 51
Binary 1000001 10010000 1101100 110111 0 11001 101100 10011001 100110 101001

Color Harmonies of #41906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41906C

Black with #41906C

Text Example


Text Example

White with #41906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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