Html Css Color HEX #467366 Dark Green Copper

📋 copy color: '#467366'

red 70 ◦ green 115 ◦ blue 102

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

Shades of Dark Green Copper #467366

Tints of Dark Green Copper #467366

RGB

 RED value IS 70 (27.73% from 255) = 24.39%

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 24.39%
G = 40.07%
B = 35.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#467366 (or 0x467366) is known color: Dark Green Copper. HEX triplet: 46, 73 and 66. RGB value is (70,115,102). Sum of RGB (Red+Green+Blue) = 70+115+102=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #467366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467366 is #B98C99. Grayscale: #646464. Windows color (decimal): -12160154 or 6714182. OLE color: 6714182.

HSL color Cylindrical-coordinate representation of color #467366: hue angle of 162.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467366 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 102 -
CMYK 0.39 0 0.11 0.55
HSL 162.67º 0.24% 0.36% -
HSV(B) 162.67º 0.39% 0.45% -
XYZ 11.05 14.52 14.79 -
YUV 100.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 70 115 102 0.39 0 0.11 0.55 162.67 0.24 0.36
Hex 46 73 66 27 0 B 37 A3 18 24
Octal 106 163 146 47 0 13 67 243 30 44
Binary 1000110 1110011 1100110 100111 0 1011 110111 10100011 11000 100100

Color Harmonies of #467366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467366

Black with #467366

Text Example


Text Example

White with #467366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467366; }

 p { color: rgb(70,115,102); }

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

background-color css

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

 a { background-color: rgb(70,115,102); }

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

border-color css

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

 span { border-color: rgb(70,115,102); }

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