Html Css Color HEX #41876A Viridian

📋 copy color: '#41876A'

red 65 ◦ green 135 ◦ blue 106

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

Shades of Viridian #41876A

Tints of Viridian #41876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 21.24%
G = 44.12%
B = 34.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#41876A (or 0x41876A) is known color: Viridian. HEX triplet: 41, 87 and 6A. RGB value is (65,135,106). Sum of RGB (Red+Green+Blue) = 65+135+106=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #41876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41876A is #BE7895. Grayscale: #6E6E6E. Windows color (decimal): -12482710 or 6981441. OLE color: 6981441.

HSL color Cylindrical-coordinate representation of color #41876A: hue angle of 155.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41876A is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 106 -
CMYK 0.52 0 0.21 0.47
HSL 155.14º 0.35% 0.39% -
HSV(B) 155.14º 0.52% 0.53% -
XYZ 13.45 19.49 16.69 -
YUV 110.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 65 135 106 0.52 0 0.21 0.47 155.14 0.35 0.39
Hex 41 87 6A 34 0 15 2F 9B 23 27
Octal 101 207 152 64 0 25 57 233 43 47
Binary 1000001 10000111 1101010 110100 0 10101 101111 10011011 100011 100111

Color Harmonies of #41876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41876A

Black with #41876A

Text Example


Text Example

White with #41876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41876A; }

 p { color: rgb(65,135,106); }

 H1.HeaderClassName
 {
   color: #41876A;
 }
 .AnyTagClassName
 {
   color: #41876A;
 }
</style>

background-color css

<style>
 a { background-color: #41876A; }

 a { background-color: rgb(65,135,106); }

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

border-color css

<style>
 span { border-color: #41876A; }

 span { border-color: rgb(65,135,106); }

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