Html Css Color HEX #41906B Viridian

📋 copy color: '#41906B'

red 65 ◦ green 144 ◦ blue 107

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

Shades of Viridian #41906B

Tints of Viridian #41906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 20.57%
G = 45.57%
B = 33.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#41906B (or 0x41906B) is known color: Viridian. HEX triplet: 41, 90 and 6B. RGB value is (65,144,107). Sum of RGB (Red+Green+Blue) = 65+144+107=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #41906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906B is #BE6F94. Grayscale: #747474. Windows color (decimal): -12480405 or 7049281. OLE color: 7049281.

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

Color convert

RGB 65 144 107 -
CMYK 0.55 0 0.26 0.44
HSL 151.9º 0.38% 0.41% -
HSV(B) 151.9º 0.55% 0.56% -
XYZ 14.81 22.13 17.4 -
YUV 116.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 65 144 107 0.55 0 0.26 0.44 151.9 0.38 0.41
Hex 41 90 6B 37 0 1A 2C 98 26 29
Octal 101 220 153 67 0 32 54 230 46 51
Binary 1000001 10010000 1101011 110111 0 11010 101100 10011000 100110 101001

Color Harmonies of #41906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41906B

Black with #41906B

Text Example


Text Example

White with #41906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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