Html Css Color HEX #418974 Viridian

📋 copy color: '#418974'

red 65 ◦ green 137 ◦ blue 116

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

Shades of Viridian #418974

Tints of Viridian #418974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 20.44%
G = 43.08%
B = 36.48%

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

#418974 (or 0x418974) is known color: Viridian. HEX triplet: 41, 89 and 74. RGB value is (65,137,116). Sum of RGB (Red+Green+Blue) = 65+137+116=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #418974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418974 is #BE768B. Grayscale: #717171. Windows color (decimal): -12482188 or 7637313. OLE color: 7637313.

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

Color convert

RGB 65 137 116 -
CMYK 0.53 0 0.15 0.46
HSL 162.5º 0.36% 0.4% -
HSV(B) 162.5º 0.53% 0.54% -
XYZ 14.28 20.28 19.68 -
YUV 113.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 65 137 116 0.53 0 0.15 0.46 162.5 0.36 0.4
Hex 41 89 74 35 0 F 2E A2 24 28
Octal 101 211 164 65 0 17 56 242 44 50
Binary 1000001 10001001 1110100 110101 0 1111 101110 10100010 100100 101000

Color Harmonies of #418974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418974

Black with #418974

Text Example


Text Example

White with #418974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418974; }

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

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

background-color css

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

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

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

border-color css

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

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

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