Html Css Color HEX #418267 Viridian

📋 copy color: '#418267'

red 65 ◦ green 130 ◦ blue 103

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

Shades of Viridian #418267

Tints of Viridian #418267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 21.81%
G = 43.62%
B = 34.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#418267 (or 0x418267) is known color: Viridian. HEX triplet: 41, 82 and 67. RGB value is (65,130,103). Sum of RGB (Red+Green+Blue) = 65+130+103=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #418267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418267 is #BE7D98. Grayscale: #6B6B6B. Windows color (decimal): -12483993 or 6783553. OLE color: 6783553.

HSL color Cylindrical-coordinate representation of color #418267: hue angle of 155.08º 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 #418267 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 103 -
CMYK 0.50 0 0.21 0.49
HSL 155.08º 0.33% 0.38% -
HSV(B) 155.08º 0.5% 0.51% -
XYZ 12.61 18.07 15.65 -
YUV 107.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 65 130 103 0.50 0 0.21 0.49 155.08 0.33 0.38
Hex 41 82 67 32 0 15 31 9B 21 26
Octal 101 202 147 62 0 25 61 233 41 46
Binary 1000001 10000010 1100111 110010 0 10101 110001 10011011 100001 100110

Color Harmonies of #418267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418267

Black with #418267

Text Example


Text Example

White with #418267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418267; }

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

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

background-color css

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

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

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

border-color css

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

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

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