Html Css Color HEX #4B7369 Dark Green Copper

📋 copy color: '#4B7369'

red 75 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #4B7369

Tints of Dark Green Copper #4B7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 25.42%
G = 38.98%
B = 35.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4B7369 (or 0x4B7369) is known color: Dark Green Copper. HEX triplet: 4B, 73 and 69. RGB value is (75,115,105). Sum of RGB (Red+Green+Blue) = 75+115+105=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7369 is #B48C96. Grayscale: #656565. Windows color (decimal): -11832471 or 6910795. OLE color: 6910795.

HSL color Cylindrical-coordinate representation of color #4B7369: hue angle of 165º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7369 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 115 105 -
CMYK 0.35 0 0.09 0.55
HSL 165º 0.21% 0.37% -
HSV(B) 165º 0.35% 0.45% -
XYZ 11.58 14.78 15.61 -
YUV 101.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 75 115 105 0.35 0 0.09 0.55 165 0.21 0.37
Hex 4B 73 69 23 0 9 37 A5 15 25
Octal 113 163 151 43 0 11 67 245 25 45
Binary 1001011 1110011 1101001 100011 0 1001 110111 10100101 10101 100101

Color Harmonies of #4B7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7369

Black with #4B7369

Text Example


Text Example

White with #4B7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,105); }

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

background-color css

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

 a { background-color: rgb(75,115,105); }

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

border-color css

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

 span { border-color: rgb(75,115,105); }

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