Html Css Color HEX #41936F Viridian

📋 copy color: '#41936F'

red 65 ◦ green 147 ◦ blue 111

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

Shades of Viridian #41936F

Tints of Viridian #41936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 20.12%
G = 45.51%
B = 34.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#41936F (or 0x41936F) is known color: Viridian. HEX triplet: 41, 93 and 6F. RGB value is (65,147,111). Sum of RGB (Red+Green+Blue) = 65+147+111=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #41936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41936F is #BE6C90. Grayscale: #767676. Windows color (decimal): -12479633 or 7312193. OLE color: 7312193.

HSL color Cylindrical-coordinate representation of color #41936F: hue angle of 153.66º 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 #41936F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 111 -
CMYK 0.56 0 0.24 0.42
HSL 153.66º 0.39% 0.42% -
HSV(B) 153.66º 0.56% 0.58% -
XYZ 15.48 23.14 18.69 -
YUV 118.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 65 147 111 0.56 0 0.24 0.42 153.66 0.39 0.42
Hex 41 93 6F 38 0 18 2A 9A 27 2A
Octal 101 223 157 70 0 30 52 232 47 52
Binary 1000001 10010011 1101111 111000 0 11000 101010 10011010 100111 101010

Color Harmonies of #41936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41936F

Black with #41936F

Text Example


Text Example

White with #41936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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