Html Css Color HEX #417368 Dark Green Copper

📋 copy color: '#417368'

red 65 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #417368

Tints of Dark Green Copper #417368

RGB

 RED value IS 65 (25.78% from 255) = 22.89%

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

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

R = 22.89%
G = 40.49%
B = 36.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#417368 (or 0x417368) is known color: Dark Green Copper. HEX triplet: 41, 73 and 68. RGB value is (65,115,104). Sum of RGB (Red+Green+Blue) = 65+115+104=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #417368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417368 is #BE8C97. Grayscale: #626262. Windows color (decimal): -12487832 or 6845249. OLE color: 6845249.

HSL color Cylindrical-coordinate representation of color #417368: hue angle of 166.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417368 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 104 -
CMYK 0.43 0 0.10 0.55
HSL 166.8º 0.28% 0.35% -
HSV(B) 166.8º 0.43% 0.45% -
XYZ 10.81 14.38 15.3 -
YUV 98.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 65 115 104 0.43 0 0.10 0.55 166.8 0.28 0.35
Hex 41 73 68 2B 0 A 37 A7 1C 23
Octal 101 163 150 53 0 12 67 247 34 43
Binary 1000001 1110011 1101000 101011 0 1010 110111 10100111 11100 100011

Color Harmonies of #417368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417368

Black with #417368

Text Example


Text Example

White with #417368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417368; }

 p { color: rgb(65,115,104); }

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

background-color css

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

 a { background-color: rgb(65,115,104); }

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

border-color css

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

 span { border-color: rgb(65,115,104); }

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