Html Css Color HEX #41896C Viridian

📋 copy color: '#41896C'

red 65 ◦ green 137 ◦ blue 108

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

Shades of Viridian #41896C

Tints of Viridian #41896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 20.97%
G = 44.19%
B = 34.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#41896C (or 0x41896C) is known color: Viridian. HEX triplet: 41, 89 and 6C. RGB value is (65,137,108). Sum of RGB (Red+Green+Blue) = 65+137+108=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #41896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41896C is #BE7693. Grayscale: #707070. Windows color (decimal): -12482196 or 7113025. OLE color: 7113025.

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

Color convert

RGB 65 137 108 -
CMYK 0.53 0 0.21 0.46
HSL 155.83º 0.36% 0.4% -
HSV(B) 155.83º 0.53% 0.54% -
XYZ 13.83 20.1 17.34 -
YUV 112.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 65 137 108 0.53 0 0.21 0.46 155.83 0.36 0.4
Hex 41 89 6C 35 0 15 2E 9C 24 28
Octal 101 211 154 65 0 25 56 234 44 50
Binary 1000001 10001001 1101100 110101 0 10101 101110 10011100 100100 101000

Color Harmonies of #41896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41896C

Black with #41896C

Text Example


Text Example

White with #41896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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