Html Css Color HEX #41926D Viridian

📋 copy color: '#41926D'

red 65 ◦ green 146 ◦ blue 109

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

Shades of Viridian #41926D

Tints of Viridian #41926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

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

R = 20.31%
G = 45.63%
B = 34.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#41926D (or 0x41926D) is known color: Viridian. HEX triplet: 41, 92 and 6D. RGB value is (65,146,109). Sum of RGB (Red+Green+Blue) = 65+146+109=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #41926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926D is #BE6D92. Grayscale: #757575. Windows color (decimal): -12479891 or 7180865. OLE color: 7180865.

HSL color Cylindrical-coordinate representation of color #41926D: hue angle of 152.59º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41926D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 109 -
CMYK 0.55 0 0.25 0.43
HSL 152.59º 0.38% 0.41% -
HSV(B) 152.59º 0.55% 0.57% -
XYZ 15.22 22.79 18.06 -
YUV 117.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 65 146 109 0.55 0 0.25 0.43 152.59 0.38 0.41
Hex 41 92 6D 37 0 19 2B 99 26 29
Octal 101 222 155 67 0 31 53 231 46 51
Binary 1000001 10010010 1101101 110111 0 11001 101011 10011001 100110 101001

Color Harmonies of #41926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41926D

Black with #41926D

Text Example


Text Example

White with #41926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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