Html Css Color HEX #41846C Viridian

📋 copy color: '#41846C'

red 65 ◦ green 132 ◦ blue 108

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

Shades of Viridian #41846C

Tints of Viridian #41846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 21.31%
G = 43.28%
B = 35.41%

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

#41846C (or 0x41846C) is known color: Viridian. HEX triplet: 41, 84 and 6C. RGB value is (65,132,108). Sum of RGB (Red+Green+Blue) = 65+132+108=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #41846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41846C is #BE7B93. Grayscale: #6D6D6D. Windows color (decimal): -12483476 or 7111745. OLE color: 7111745.

HSL color Cylindrical-coordinate representation of color #41846C: hue angle of 158.51º 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 #41846C is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 108 -
CMYK 0.51 0 0.18 0.48
HSL 158.51º 0.34% 0.39% -
HSV(B) 158.51º 0.51% 0.52% -
XYZ 13.14 18.71 17.11 -
YUV 109.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 65 132 108 0.51 0 0.18 0.48 158.51 0.34 0.39
Hex 41 84 6C 33 0 12 30 9F 22 27
Octal 101 204 154 63 0 22 60 237 42 47
Binary 1000001 10000100 1101100 110011 0 10010 110000 10011111 100010 100111

Color Harmonies of #41846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41846C

Black with #41846C

Text Example


Text Example

White with #41846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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