Html Css Color HEX #41936E Viridian

📋 copy color: '#41936E'

red 65 ◦ green 147 ◦ blue 110

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

Shades of Viridian #41936E

Tints of Viridian #41936E

RGB

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

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

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

R = 20.19%
G = 45.65%
B = 34.16%

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

#41936E (or 0x41936E) is known color: Viridian. HEX triplet: 41, 93 and 6E. RGB value is (65,147,110). Sum of RGB (Red+Green+Blue) = 65+147+110=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #41936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41936E is #BE6C91. Grayscale: #767676. Windows color (decimal): -12479634 or 7246657. OLE color: 7246657.

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

Color convert

RGB 65 147 110 -
CMYK 0.56 0 0.25 0.42
HSL 152.93º 0.39% 0.42% -
HSV(B) 152.93º 0.56% 0.58% -
XYZ 15.43 23.12 18.4 -
YUV 118.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 65 147 110 0.56 0 0.25 0.42 152.93 0.39 0.42
Hex 41 93 6E 38 0 19 2A 99 27 2A
Octal 101 223 156 70 0 31 52 231 47 52
Binary 1000001 10010011 1101110 111000 0 11001 101010 10011001 100111 101010

Color Harmonies of #41936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41936E

Black with #41936E

Text Example


Text Example

White with #41936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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