Html Css Color HEX #426C50 Mineral Green

📋 copy color: '#426C50'

red 66 ◦ green 108 ◦ blue 80

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

Shades of Mineral Green #426C50

Tints of Mineral Green #426C50

RGB

 RED value IS 66 (26.17% from 255) = 25.98%

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 25.98%
G = 42.52%
B = 31.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#426C50 (or 0x426C50) is known color: Mineral Green. HEX triplet: 42, 6C and 50. RGB value is (66,108,80). Sum of RGB (Red+Green+Blue) = 66+108+80=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #426C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C50 is #BD93AF. Grayscale: #5C5C5C. Windows color (decimal): -12424112 or 5270594. OLE color: 5270594.

HSL color Cylindrical-coordinate representation of color #426C50: hue angle of 140º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C50 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 108 80 -
CMYK 0.39 0 0.26 0.58
HSL 140º 0.24% 0.34% -
HSV(B) 140º 0.39% 0.42% -
XYZ 9.06 12.46 9.52 -
YUV 92.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 66 108 80 0.39 0 0.26 0.58 140 0.24 0.34
Hex 42 6C 50 27 0 1A 3A 8C 18 22
Octal 102 154 120 47 0 32 72 214 30 42
Binary 1000010 1101100 1010000 100111 0 11010 111010 10001100 11000 100010

Color Harmonies of #426C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C50

Black with #426C50

Text Example


Text Example

White with #426C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426C50; }

 p { color: rgb(66,108,80); }

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

background-color css

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

 a { background-color: rgb(66,108,80); }

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

border-color css

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

 span { border-color: rgb(66,108,80); }

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