Html Css Color HEX #41896F Viridian

📋 copy color: '#41896F'

red 65 ◦ green 137 ◦ blue 111

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

Shades of Viridian #41896F

Tints of Viridian #41896F

RGB

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

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

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

R = 20.77%
G = 43.77%
B = 35.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#41896F (or 0x41896F) is known color: Viridian. HEX triplet: 41, 89 and 6F. RGB value is (65,137,111). Sum of RGB (Red+Green+Blue) = 65+137+111=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #41896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41896F is #BE7690. Grayscale: #707070. Windows color (decimal): -12482193 or 7309633. OLE color: 7309633.

HSL color Cylindrical-coordinate representation of color #41896F: hue angle of 158.33º 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 #41896F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 111 -
CMYK 0.53 0 0.19 0.46
HSL 158.33º 0.36% 0.4% -
HSV(B) 158.33º 0.53% 0.54% -
XYZ 13.99 20.16 18.19 -
YUV 112.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 65 137 111 0.53 0 0.19 0.46 158.33 0.36 0.4
Hex 41 89 6F 35 0 13 2E 9E 24 28
Octal 101 211 157 65 0 23 56 236 44 50
Binary 1000001 10001001 1101111 110101 0 10011 101110 10011110 100100 101000

Color Harmonies of #41896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41896F

Black with #41896F

Text Example


Text Example

White with #41896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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