Html Css Color HEX #42664B Mineral Green

📋 copy color: '#42664B'

red 66 ◦ green 102 ◦ blue 75

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

Shades of Mineral Green #42664B

Tints of Mineral Green #42664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 27.16%
G = 41.98%
B = 30.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#42664B (or 0x42664B) is known color: Mineral Green. HEX triplet: 42, 66 and 4B. RGB value is (66,102,75). Sum of RGB (Red+Green+Blue) = 66+102+75=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #42664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42664B is #BD99B4. Grayscale: #585858. Windows color (decimal): -12425653 or 4941378. OLE color: 4941378.

HSL color Cylindrical-coordinate representation of color #42664B: hue angle of 135º 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 #42664B is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 75 -
CMYK 0.35 0 0.26 0.6
HSL 135º 0.21% 0.33% -
HSV(B) 135º 0.35% 0.4% -
XYZ 8.27 11.17 8.38 -
YUV 88.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 66 102 75 0.35 0 0.26 0.6 135 0.21 0.33
Hex 42 66 4B 23 0 1A 3C 87 15 21
Octal 102 146 113 43 0 32 74 207 25 41
Binary 1000010 1100110 1001011 100011 0 11010 111100 10000111 10101 100001

Color Harmonies of #42664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42664B

Black with #42664B

Text Example


Text Example

White with #42664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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