Html Css Color HEX #41876C Viridian

📋 copy color: '#41876C'

red 65 ◦ green 135 ◦ blue 108

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

Shades of Viridian #41876C

Tints of Viridian #41876C

RGB

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

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

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

R = 21.1%
G = 43.83%
B = 35.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#41876C (or 0x41876C) is known color: Viridian. HEX triplet: 41, 87 and 6C. RGB value is (65,135,108). Sum of RGB (Red+Green+Blue) = 65+135+108=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #41876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41876C is #BE7893. Grayscale: #6F6F6F. Windows color (decimal): -12482708 or 7112513. OLE color: 7112513.

HSL color Cylindrical-coordinate representation of color #41876C: hue angle of 156.86º 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 #41876C is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 108 -
CMYK 0.52 0 0.2 0.47
HSL 156.86º 0.35% 0.39% -
HSV(B) 156.86º 0.52% 0.53% -
XYZ 13.55 19.53 17.24 -
YUV 110.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 65 135 108 0.52 0 0.2 0.47 156.86 0.35 0.39
Hex 41 87 6C 34 0 14 2F 9D 23 27
Octal 101 207 154 64 0 24 57 235 43 47
Binary 1000001 10000111 1101100 110100 0 10100 101111 10011101 100011 100111

Color Harmonies of #41876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41876C

Black with #41876C

Text Example


Text Example

White with #41876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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