Html Css Color HEX #467268 Dark Green Copper

📋 copy color: '#467268'

red 70 ◦ green 114 ◦ blue 104

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

Shades of Dark Green Copper #467268

Tints of Dark Green Copper #467268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 24.31%
G = 39.58%
B = 36.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#467268 (or 0x467268) is known color: Dark Green Copper. HEX triplet: 46, 72 and 68. RGB value is (70,114,104). Sum of RGB (Red+Green+Blue) = 70+114+104=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #467268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467268 is #B98D97. Grayscale: #636363. Windows color (decimal): -12160408 or 6844998. OLE color: 6844998.

HSL color Cylindrical-coordinate representation of color #467268: hue angle of 166.36º 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 #467268 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 104 -
CMYK 0.39 0 0.09 0.55
HSL 166.36º 0.24% 0.36% -
HSV(B) 166.36º 0.39% 0.45% -
XYZ 11.04 14.34 15.28 -
YUV 99.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 70 114 104 0.39 0 0.09 0.55 166.36 0.24 0.36
Hex 46 72 68 27 0 9 37 A6 18 24
Octal 106 162 150 47 0 11 67 246 30 44
Binary 1000110 1110010 1101000 100111 0 1001 110111 10100110 11000 100100

Color Harmonies of #467268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467268

Black with #467268

Text Example


Text Example

White with #467268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467268; }

 p { color: rgb(70,114,104); }

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

background-color css

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

 a { background-color: rgb(70,114,104); }

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

border-color css

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

 span { border-color: rgb(70,114,104); }

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