Html Css Color HEX #42654C Mineral Green

📋 copy color: '#42654C'

red 66 ◦ green 101 ◦ blue 76

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

Shades of Mineral Green #42654C

Tints of Mineral Green #42654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

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

R = 27.16%
G = 41.56%
B = 31.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#42654C (or 0x42654C) is known color: Mineral Green. HEX triplet: 42, 65 and 4C. RGB value is (66,101,76). Sum of RGB (Red+Green+Blue) = 66+101+76=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #42654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42654C is #BD9AB3. Grayscale: #575757. Windows color (decimal): -12425908 or 5006658. OLE color: 5006658.

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

Color convert

RGB 66 101 76 -
CMYK 0.35 0 0.25 0.60
HSL 137.14º 0.21% 0.33% -
HSV(B) 137.14º 0.35% 0.4% -
XYZ 8.2 10.99 8.53 -
YUV 87.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 66 101 76 0.35 0 0.25 0.60 137.14 0.21 0.33
Hex 42 65 4C 23 0 19 3C 89 15 21
Octal 102 145 114 43 0 31 74 211 25 41
Binary 1000010 1100101 1001100 100011 0 11001 111100 10001001 10101 100001

Color Harmonies of #42654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42654C

Black with #42654C

Text Example


Text Example

White with #42654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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