Html Css Color HEX #42684B Mineral Green

📋 copy color: '#42684B'

red 66 ◦ green 104 ◦ blue 75

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

Shades of Mineral Green #42684B

Tints of Mineral Green #42684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 26.94%
G = 42.45%
B = 30.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#42684B (or 0x42684B) is known color: Mineral Green. HEX triplet: 42, 68 and 4B. RGB value is (66,104,75). Sum of RGB (Red+Green+Blue) = 66+104+75=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #42684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42684B is #BD97B4. Grayscale: #595959. Windows color (decimal): -12425141 or 4941890. OLE color: 4941890.

HSL color Cylindrical-coordinate representation of color #42684B: hue angle of 134.21º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684B is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 75 -
CMYK 0.37 0 0.28 0.59
HSL 134.21º 0.22% 0.33% -
HSV(B) 134.21º 0.37% 0.41% -
XYZ 8.47 11.57 8.44 -
YUV 89.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 66 104 75 0.37 0 0.28 0.59 134.21 0.22 0.33
Hex 42 68 4B 25 0 1C 3B 86 16 21
Octal 102 150 113 45 0 34 73 206 26 41
Binary 1000010 1101000 1001011 100101 0 11100 111011 10000110 10110 100001

Color Harmonies of #42684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42684B

Black with #42684B

Text Example


Text Example

White with #42684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42684B; }

 p { color: rgb(66,104,75); }

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

background-color css

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

 a { background-color: rgb(66,104,75); }

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

border-color css

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

 span { border-color: rgb(66,104,75); }

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