Html Css Color HEX #4B7068 Dark Green Copper

📋 copy color: '#4B7068'

red 75 ◦ green 112 ◦ blue 104

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

Shades of Dark Green Copper #4B7068

Tints of Dark Green Copper #4B7068

RGB

 RED value IS 75 (29.69% from 255) = 25.77%

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 25.77%
G = 38.49%
B = 35.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#4B7068 (or 0x4B7068) is known color: Dark Green Copper. HEX triplet: 4B, 70 and 68. RGB value is (75,112,104). Sum of RGB (Red+Green+Blue) = 75+112+104=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7068 is #B48F97. Grayscale: #646464. Windows color (decimal): -11833240 or 6844491. OLE color: 6844491.

HSL color Cylindrical-coordinate representation of color #4B7068: hue angle of 167.03º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7068 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 104 -
CMYK 0.33 0 0.07 0.56
HSL 167.03º 0.2% 0.37% -
HSV(B) 167.03º 0.33% 0.44% -
XYZ 11.19 14.08 15.23 -
YUV 100.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 75 112 104 0.33 0 0.07 0.56 167.03 0.2 0.37
Hex 4B 70 68 21 0 7 38 A7 14 25
Octal 113 160 150 41 0 7 70 247 24 45
Binary 1001011 1110000 1101000 100001 0 111 111000 10100111 10100 100101

Color Harmonies of #4B7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7068

Black with #4B7068

Text Example


Text Example

White with #4B7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B7068; }

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

 H1.HeaderClassName
 {
   color: #4B7068;
 }
 .AnyTagClassName
 {
   color: #4B7068;
 }
</style>

background-color css

<style>
 a { background-color: #4B7068; }

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

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

border-color css

<style>
 span { border-color: #4B7068; }

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

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