Html Css Color HEX #418865 Viridian

📋 copy color: '#418865'

red 65 ◦ green 136 ◦ blue 101

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

Shades of Viridian #418865

Tints of Viridian #418865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 21.52%
G = 45.03%
B = 33.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#418865 (or 0x418865) is known color: Viridian. HEX triplet: 41, 88 and 65. RGB value is (65,136,101). Sum of RGB (Red+Green+Blue) = 65+136+101=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #418865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418865 is #BE779A. Grayscale: #6E6E6E. Windows color (decimal): -12482459 or 6654017. OLE color: 6654017.

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

Color convert

RGB 65 136 101 -
CMYK 0.52 0 0.26 0.47
HSL 150.42º 0.35% 0.39% -
HSV(B) 150.42º 0.52% 0.53% -
XYZ 13.33 19.67 15.41 -
YUV 110.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 65 136 101 0.52 0 0.26 0.47 150.42 0.35 0.39
Hex 41 88 65 34 0 1A 2F 96 23 27
Octal 101 210 145 64 0 32 57 226 43 47
Binary 1000001 10001000 1100101 110100 0 11010 101111 10010110 100011 100111

Color Harmonies of #418865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418865

Black with #418865

Text Example


Text Example

White with #418865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418865; }

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

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

background-color css

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

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

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

border-color css

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

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

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