Html Css Color HEX #41896E Viridian

📋 copy color: '#41896E'

red 65 ◦ green 137 ◦ blue 110

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

Shades of Viridian #41896E

Tints of Viridian #41896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

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

R = 20.83%
G = 43.91%
B = 35.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#41896E (or 0x41896E) is known color: Viridian. HEX triplet: 41, 89 and 6E. RGB value is (65,137,110). Sum of RGB (Red+Green+Blue) = 65+137+110=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #41896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41896E is #BE7691. Grayscale: #707070. Windows color (decimal): -12482194 or 7244097. OLE color: 7244097.

HSL color Cylindrical-coordinate representation of color #41896E: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41896E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 110 -
CMYK 0.53 0 0.20 0.46
HSL 157.5º 0.36% 0.4% -
HSV(B) 157.5º 0.53% 0.54% -
XYZ 13.94 20.14 17.9 -
YUV 112.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 65 137 110 0.53 0 0.20 0.46 157.5 0.36 0.4
Hex 41 89 6E 35 0 14 2E 9E 24 28
Octal 101 211 156 65 0 24 56 236 44 50
Binary 1000001 10001001 1101110 110101 0 10100 101110 10011110 100100 101000

Color Harmonies of #41896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41896E

Black with #41896E

Text Example


Text Example

White with #41896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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