Html Css Color HEX #418F6C Viridian

📋 copy color: '#418F6C'

red 65 ◦ green 143 ◦ blue 108

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

Shades of Viridian #418F6C

Tints of Viridian #418F6C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 20.57%
G = 45.25%
B = 34.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#418F6C (or 0x418F6C) is known color: Viridian. HEX triplet: 41, 8F and 6C. RGB value is (65,143,108). Sum of RGB (Red+Green+Blue) = 65+143+108=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #418F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F6C is #BE7093. Grayscale: #737373. Windows color (decimal): -12480660 or 7114561. OLE color: 7114561.

HSL color Cylindrical-coordinate representation of color #418F6C: hue angle of 153.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F6C is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 143 108 -
CMYK 0.55 0 0.24 0.44
HSL 153.08º 0.38% 0.41% -
HSV(B) 153.08º 0.55% 0.56% -
XYZ 14.71 21.85 17.63 -
YUV 115.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 65 143 108 0.55 0 0.24 0.44 153.08 0.38 0.41
Hex 41 8F 6C 37 0 18 2C 99 26 29
Octal 101 217 154 67 0 30 54 231 46 51
Binary 1000001 10001111 1101100 110111 0 11000 101100 10011001 100110 101001

Color Harmonies of #418F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418F6C

Black with #418F6C

Text Example


Text Example

White with #418F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418F6C; }

 p { color: rgb(65,143,108); }

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

background-color css

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

 a { background-color: rgb(65,143,108); }

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

border-color css

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

 span { border-color: rgb(65,143,108); }

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