Html Css Color HEX #41896D Viridian

📋 copy color: '#41896D'

red 65 ◦ green 137 ◦ blue 109

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

Shades of Viridian #41896D

Tints of Viridian #41896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 20.9%
G = 44.05%
B = 35.05%

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

#41896D (or 0x41896D) is known color: Viridian. HEX triplet: 41, 89 and 6D. RGB value is (65,137,109). Sum of RGB (Red+Green+Blue) = 65+137+109=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #41896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41896D is #BE7692. Grayscale: #707070. Windows color (decimal): -12482195 or 7178561. OLE color: 7178561.

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

Color convert

RGB 65 137 109 -
CMYK 0.53 0 0.20 0.46
HSL 156.67º 0.36% 0.4% -
HSV(B) 156.67º 0.53% 0.54% -
XYZ 13.89 20.12 17.62 -
YUV 112.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 65 137 109 0.53 0 0.20 0.46 156.67 0.36 0.4
Hex 41 89 6D 35 0 14 2E 9D 24 28
Octal 101 211 155 65 0 24 56 235 44 50
Binary 1000001 10001001 1101101 110101 0 10100 101110 10011101 100100 101000

Color Harmonies of #41896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41896D

Black with #41896D

Text Example


Text Example

White with #41896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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