Html Css Color HEX #41856D Viridian

📋 copy color: '#41856D'

red 65 ◦ green 133 ◦ blue 109

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

Shades of Viridian #41856D

Tints of Viridian #41856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 21.17%
G = 43.32%
B = 35.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#41856D (or 0x41856D) is known color: Viridian. HEX triplet: 41, 85 and 6D. RGB value is (65,133,109). Sum of RGB (Red+Green+Blue) = 65+133+109=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #41856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856D is #BE7A92. Grayscale: #6D6D6D. Windows color (decimal): -12483219 or 7177537. OLE color: 7177537.

HSL color Cylindrical-coordinate representation of color #41856D: hue angle of 158.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41856D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 109 -
CMYK 0.51 0 0.18 0.48
HSL 158.82º 0.34% 0.39% -
HSV(B) 158.82º 0.51% 0.52% -
XYZ 13.33 19 17.43 -
YUV 109.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 65 133 109 0.51 0 0.18 0.48 158.82 0.34 0.39
Hex 41 85 6D 33 0 12 30 9F 22 27
Octal 101 205 155 63 0 22 60 237 42 47
Binary 1000001 10000101 1101101 110011 0 10010 110000 10011111 100010 100111

Color Harmonies of #41856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41856D

Black with #41856D

Text Example


Text Example

White with #41856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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