Html Css Color HEX #418275 Viridian

📋 copy color: '#418275'

red 65 ◦ green 130 ◦ blue 117

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

Shades of Viridian #418275

Tints of Viridian #418275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 20.83%
G = 41.67%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#418275 (or 0x418275) is known color: Viridian. HEX triplet: 41, 82 and 75. RGB value is (65,130,117). Sum of RGB (Red+Green+Blue) = 65+130+117=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #418275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418275 is #BE7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12483979 or 7701057. OLE color: 7701057.

HSL color Cylindrical-coordinate representation of color #418275: hue angle of 168º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418275 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 117 -
CMYK 0.50 0 0.1 0.49
HSL 168º 0.33% 0.38% -
HSV(B) 168º 0.5% 0.51% -
XYZ 13.37 18.37 19.67 -
YUV 109.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 65 130 117 0.50 0 0.1 0.49 168 0.33 0.38
Hex 41 82 75 32 0 A 31 A8 21 26
Octal 101 202 165 62 0 12 61 250 41 46
Binary 1000001 10000010 1110101 110010 0 1010 110001 10101000 100001 100110

Color Harmonies of #418275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418275

Black with #418275

Text Example


Text Example

White with #418275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418275; }

 p { color: rgb(65,130,117); }

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

background-color css

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

 a { background-color: rgb(65,130,117); }

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

border-color css

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

 span { border-color: rgb(65,130,117); }

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