Html Css Color HEX #3E756B Dark Green Copper

📋 copy color: '#3E756B'

red 62 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #3E756B

Tints of Dark Green Copper #3E756B

RGB

 RED value IS 62 (24.61% from 255) = 21.68%

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

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

R = 21.68%
G = 40.91%
B = 37.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3E756B (or 0x3E756B) is known color: Dark Green Copper. HEX triplet: 3E, 75 and 6B. RGB value is (62,117,107). Sum of RGB (Red+Green+Blue) = 62+117+107=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #3E756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E756B is #C18A94. Grayscale: #636363. Windows color (decimal): -12683925 or 7042366. OLE color: 7042366.

HSL color Cylindrical-coordinate representation of color #3E756B: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E756B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 117 107 -
CMYK 0.47 0 0.09 0.54
HSL 169.09º 0.31% 0.35% -
HSV(B) 169.09º 0.47% 0.46% -
XYZ 11 14.81 16.19 -
YUV 99.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 62 117 107 0.47 0 0.09 0.54 169.09 0.31 0.35
Hex 3E 75 6B 2F 0 9 36 A9 1F 23
Octal 76 165 153 57 0 11 66 251 37 43
Binary 111110 1110101 1101011 101111 0 1001 110110 10101001 11111 100011

Color Harmonies of #3E756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E756B

Black with #3E756B

Text Example


Text Example

White with #3E756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E756B; }

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

 H1.HeaderClassName
 {
   color: #3E756B;
 }
 .AnyTagClassName
 {
   color: #3E756B;
 }
</style>

background-color css

<style>
 a { background-color: #3E756B; }

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

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

border-color css

<style>
 span { border-color: #3E756B; }

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

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