Html Css Color HEX #418975 Viridian

📋 copy color: '#418975'

red 65 ◦ green 137 ◦ blue 117

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

Shades of Viridian #418975

Tints of Viridian #418975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

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

R = 20.38%
G = 42.95%
B = 36.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#418975 (or 0x418975) is known color: Viridian. HEX triplet: 41, 89 and 75. RGB value is (65,137,117). Sum of RGB (Red+Green+Blue) = 65+137+117=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #418975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418975 is #BE768A. Grayscale: #717171. Windows color (decimal): -12482187 or 7702849. OLE color: 7702849.

HSL color Cylindrical-coordinate representation of color #418975: hue angle of 163.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418975 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 117 -
CMYK 0.53 0 0.15 0.46
HSL 163.33º 0.36% 0.4% -
HSV(B) 163.33º 0.53% 0.54% -
XYZ 14.34 20.3 19.99 -
YUV 113.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 65 137 117 0.53 0 0.15 0.46 163.33 0.36 0.4
Hex 41 89 75 35 0 F 2E A3 24 28
Octal 101 211 165 65 0 17 56 243 44 50
Binary 1000001 10001001 1110101 110101 0 1111 101110 10100011 100100 101000

Color Harmonies of #418975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418975

Black with #418975

Text Example


Text Example

White with #418975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418975; }

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

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

background-color css

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

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

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

border-color css

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

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

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