Html Css Color HEX #42756B Dark Green Copper

📋 copy color: '#42756B'

red 66 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #42756B

Tints of Dark Green Copper #42756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 22.76%
G = 40.34%
B = 36.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#42756B (or 0x42756B) is known color: Dark Green Copper. HEX triplet: 42, 75 and 6B. RGB value is (66,117,107). Sum of RGB (Red+Green+Blue) = 66+117+107=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #42756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42756B is #BD8A94. Grayscale: #646464. Windows color (decimal): -12421781 or 7042370. OLE color: 7042370.

HSL color Cylindrical-coordinate representation of color #42756B: hue angle of 168.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42756B is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 107 -
CMYK 0.44 0 0.09 0.54
HSL 168.24º 0.28% 0.36% -
HSV(B) 168.24º 0.44% 0.46% -
XYZ 11.26 14.94 16.2 -
YUV 100.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 66 117 107 0.44 0 0.09 0.54 168.24 0.28 0.36
Hex 42 75 6B 2C 0 9 36 A8 1C 24
Octal 102 165 153 54 0 11 66 250 34 44
Binary 1000010 1110101 1101011 101100 0 1001 110110 10101000 11100 100100

Color Harmonies of #42756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42756B

Black with #42756B

Text Example


Text Example

White with #42756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,117,107); }

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

background-color css

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

 a { background-color: rgb(66,117,107); }

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

border-color css

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

 span { border-color: rgb(66,117,107); }

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