Html Css Color HEX #42644B Mineral Green

📋 copy color: '#42644B'

red 66 ◦ green 100 ◦ blue 75

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

Shades of Mineral Green #42644B

Tints of Mineral Green #42644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 27.39%
G = 41.49%
B = 31.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#42644B (or 0x42644B) is known color: Mineral Green. HEX triplet: 42, 64 and 4B. RGB value is (66,100,75). Sum of RGB (Red+Green+Blue) = 66+100+75=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #42644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42644B is #BD9BB4. Grayscale: #575757. Windows color (decimal): -12426165 or 4940866. OLE color: 4940866.

HSL color Cylindrical-coordinate representation of color #42644B: hue angle of 135.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42644B is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 75 -
CMYK 0.34 0 0.25 0.61
HSL 135.88º 0.2% 0.33% -
HSV(B) 135.88º 0.34% 0.39% -
XYZ 8.07 10.78 8.31 -
YUV 86.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 66 100 75 0.34 0 0.25 0.61 135.88 0.2 0.33
Hex 42 64 4B 22 0 19 3D 88 14 21
Octal 102 144 113 42 0 31 75 210 24 41
Binary 1000010 1100100 1001011 100010 0 11001 111101 10001000 10100 100001

Color Harmonies of #42644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42644B

Black with #42644B

Text Example


Text Example

White with #42644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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