Html Css Color HEX #4B6F6A Dark Green Copper

📋 copy color: '#4B6F6A'

red 75 ◦ green 111 ◦ blue 106

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

Shades of Dark Green Copper #4B6F6A

Tints of Dark Green Copper #4B6F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 25.68%
G = 38.01%
B = 36.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#4B6F6A (or 0x4B6F6A) is known color: Dark Green Copper. HEX triplet: 4B, 6F and 6A. RGB value is (75,111,106). Sum of RGB (Red+Green+Blue) = 75+111+106=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F6A is #B49095. Grayscale: #636363. Windows color (decimal): -11833494 or 6975307. OLE color: 6975307.

HSL color Cylindrical-coordinate representation of color #4B6F6A: hue angle of 171.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6F6A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 111 106 -
CMYK 0.32 0 0.05 0.56
HSL 171.67º 0.19% 0.36% -
HSV(B) 171.67º 0.32% 0.44% -
XYZ 11.19 13.91 15.73 -
YUV 99.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 75 111 106 0.32 0 0.05 0.56 171.67 0.19 0.36
Hex 4B 6F 6A 20 0 5 38 AC 13 24
Octal 113 157 152 40 0 5 70 254 23 44
Binary 1001011 1101111 1101010 100000 0 101 111000 10101100 10011 100100

Color Harmonies of #4B6F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6F6A

Black with #4B6F6A

Text Example


Text Example

White with #4B6F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,106); }

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

background-color css

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

 a { background-color: rgb(75,111,106); }

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

border-color css

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

 span { border-color: rgb(75,111,106); }

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