Html Css Color HEX #536F67 Dark Green Copper

📋 copy color: '#536F67'

red 83 ◦ green 111 ◦ blue 103

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

Shades of Dark Green Copper #536F67

Tints of Dark Green Copper #536F67

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 27.95%
G = 37.37%
B = 34.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#536F67 (or 0x536F67) is known color: Dark Green Copper. HEX triplet: 53, 6F and 67. RGB value is (83,111,103). Sum of RGB (Red+Green+Blue) = 83+111+103=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #536F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F67 is #AC9098. Grayscale: #656565. Windows color (decimal): -11309209 or 6778707. OLE color: 6778707.

HSL color Cylindrical-coordinate representation of color #536F67: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F67 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 103 -
CMYK 0.25 0 0.07 0.56
HSL 162.86º 0.14% 0.38% -
HSV(B) 162.86º 0.25% 0.44% -
XYZ 11.7 14.19 14.95 -
YUV 101.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 83 111 103 0.25 0 0.07 0.56 162.86 0.14 0.38
Hex 53 6F 67 19 0 7 38 A3 E 26
Octal 123 157 147 31 0 7 70 243 16 46
Binary 1010011 1101111 1100111 11001 0 111 111000 10100011 1110 100110

Color Harmonies of #536F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F67

Black with #536F67

Text Example


Text Example

White with #536F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536F67; }

 p { color: rgb(83,111,103); }

 H1.HeaderClassName
 {
   color: #536F67;
 }
 .AnyTagClassName
 {
   color: #536F67;
 }
</style>

background-color css

<style>
 a { background-color: #536F67; }

 a { background-color: rgb(83,111,103); }

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

border-color css

<style>
 span { border-color: #536F67; }

 span { border-color: rgb(83,111,103); }

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