Html Css Color HEX #4B6962 Dark Green Copper

📋 copy color: '#4B6962'

red 75 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #4B6962

Tints of Dark Green Copper #4B6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.77%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 26.98%
G = 37.77%
B = 35.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#4B6962 (or 0x4B6962) is known color: Dark Green Copper. HEX triplet: 4B, 69 and 62. RGB value is (75,105,98). Sum of RGB (Red+Green+Blue) = 75+105+98=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6962 is #B4969D. Grayscale: #5F5F5F. Windows color (decimal): -11835038 or 6449483. OLE color: 6449483.

HSL color Cylindrical-coordinate representation of color #4B6962: hue angle of 166º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6962 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 105 98 -
CMYK 0.29 0 0.07 0.59
HSL 166º 0.17% 0.35% -
HSV(B) 166º 0.29% 0.41% -
XYZ 10.16 12.48 13.43 -
YUV 95.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 75 105 98 0.29 0 0.07 0.59 166 0.17 0.35
Hex 4B 69 62 1D 0 7 3B A6 11 23
Octal 113 151 142 35 0 7 73 246 21 43
Binary 1001011 1101001 1100010 11101 0 111 111011 10100110 10001 100011

Color Harmonies of #4B6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6962

Black with #4B6962

Text Example


Text Example

White with #4B6962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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