Html Css Color HEX #418863 Viridian

📋 copy color: '#418863'

red 65 ◦ green 136 ◦ blue 99

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

Shades of Viridian #418863

Tints of Viridian #418863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 21.67%
G = 45.33%
B = 33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#418863 (or 0x418863) is known color: Viridian. HEX triplet: 41, 88 and 63. RGB value is (65,136,99). Sum of RGB (Red+Green+Blue) = 65+136+99=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #418863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418863 is #BE779C. Grayscale: #6E6E6E. Windows color (decimal): -12482461 or 6522945. OLE color: 6522945.

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

Color convert

RGB 65 136 99 -
CMYK 0.52 0 0.27 0.47
HSL 148.73º 0.35% 0.39% -
HSV(B) 148.73º 0.52% 0.53% -
XYZ 13.24 19.63 14.9 -
YUV 110.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 65 136 99 0.52 0 0.27 0.47 148.73 0.35 0.39
Hex 41 88 63 34 0 1B 2F 95 23 27
Octal 101 210 143 64 0 33 57 225 43 47
Binary 1000001 10001000 1100011 110100 0 11011 101111 10010101 100011 100111

Color Harmonies of #418863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418863

Black with #418863

Text Example


Text Example

White with #418863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418863; }

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

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

background-color css

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

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

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

border-color css

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

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

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