Html Css Color HEX #418873 Viridian

📋 copy color: '#418873'

red 65 ◦ green 136 ◦ blue 115

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

Shades of Viridian #418873

Tints of Viridian #418873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 20.57%
G = 43.04%
B = 36.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#418873 (or 0x418873) is known color: Viridian. HEX triplet: 41, 88 and 73. RGB value is (65,136,115). Sum of RGB (Red+Green+Blue) = 65+136+115=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #418873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418873 is #BE778C. Grayscale: #707070. Windows color (decimal): -12482445 or 7571521. OLE color: 7571521.

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

Color convert

RGB 65 136 115 -
CMYK 0.52 0 0.15 0.47
HSL 162.25º 0.35% 0.39% -
HSV(B) 162.25º 0.52% 0.53% -
XYZ 14.08 19.97 19.33 -
YUV 112.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 65 136 115 0.52 0 0.15 0.47 162.25 0.35 0.39
Hex 41 88 73 34 0 F 2F A2 23 27
Octal 101 210 163 64 0 17 57 242 43 47
Binary 1000001 10001000 1110011 110100 0 1111 101111 10100010 100011 100111

Color Harmonies of #418873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418873

Black with #418873

Text Example


Text Example

White with #418873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418873; }

 p { color: rgb(65,136,115); }

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

background-color css

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

 a { background-color: rgb(65,136,115); }

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

border-color css

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

 span { border-color: rgb(65,136,115); }

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