Html Css Color HEX #42674C Mineral Green

📋 copy color: '#42674C'

red 66 ◦ green 103 ◦ blue 76

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

Shades of Mineral Green #42674C

Tints of Mineral Green #42674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 26.94%
G = 42.04%
B = 31.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#42674C (or 0x42674C) is known color: Mineral Green. HEX triplet: 42, 67 and 4C. RGB value is (66,103,76). Sum of RGB (Red+Green+Blue) = 66+103+76=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #42674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42674C is #BD98B3. Grayscale: #585858. Windows color (decimal): -12425396 or 5007170. OLE color: 5007170.

HSL color Cylindrical-coordinate representation of color #42674C: hue angle of 136.22º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42674C is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 76 -
CMYK 0.36 0 0.26 0.60
HSL 136.22º 0.22% 0.33% -
HSV(B) 136.22º 0.36% 0.4% -
XYZ 8.4 11.38 8.59 -
YUV 88.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 66 103 76 0.36 0 0.26 0.60 136.22 0.22 0.33
Hex 42 67 4C 24 0 1A 3C 88 16 21
Octal 102 147 114 44 0 32 74 210 26 41
Binary 1000010 1100111 1001100 100100 0 11010 111100 10001000 10110 100001

Color Harmonies of #42674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42674C

Black with #42674C

Text Example


Text Example

White with #42674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42674C; }

 p { color: rgb(66,103,76); }

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

background-color css

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

 a { background-color: rgb(66,103,76); }

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

border-color css

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

 span { border-color: rgb(66,103,76); }

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