Html Css Color HEX #41946F Viridian

📋 copy color: '#41946F'

red 65 ◦ green 148 ◦ blue 111

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

Shades of Viridian #41946F

Tints of Viridian #41946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 20.06%
G = 45.68%
B = 34.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#41946F (or 0x41946F) is known color: Viridian. HEX triplet: 41, 94 and 6F. RGB value is (65,148,111). Sum of RGB (Red+Green+Blue) = 65+148+111=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #41946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41946F is #BE6B90. Grayscale: #777777. Windows color (decimal): -12479377 or 7312449. OLE color: 7312449.

HSL color Cylindrical-coordinate representation of color #41946F: hue angle of 153.25º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41946F is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 111 -
CMYK 0.56 0 0.25 0.42
HSL 153.25º 0.39% 0.42% -
HSV(B) 153.25º 0.56% 0.58% -
XYZ 15.64 23.45 18.74 -
YUV 118.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 65 148 111 0.56 0 0.25 0.42 153.25 0.39 0.42
Hex 41 94 6F 38 0 19 2A 99 27 2A
Octal 101 224 157 70 0 31 52 231 47 52
Binary 1000001 10010100 1101111 111000 0 11001 101010 10011001 100111 101010

Color Harmonies of #41946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41946F

Black with #41946F

Text Example


Text Example

White with #41946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41946F; }

 p { color: rgb(65,148,111); }

 H1.HeaderClassName
 {
   color: #41946F;
 }
 .AnyTagClassName
 {
   color: #41946F;
 }
</style>

background-color css

<style>
 a { background-color: #41946F; }

 a { background-color: rgb(65,148,111); }

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

border-color css

<style>
 span { border-color: #41946F; }

 span { border-color: rgb(65,148,111); }

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