Html Css Color HEX #417168 Dark Green Copper

📋 copy color: '#417168'

red 65 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #417168

Tints of Dark Green Copper #417168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

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

R = 23.05%
G = 40.07%
B = 36.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#417168 (or 0x417168) is known color: Dark Green Copper. HEX triplet: 41, 71 and 68. RGB value is (65,113,104). Sum of RGB (Red+Green+Blue) = 65+113+104=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #417168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417168 is #BE8E97. Grayscale: #616161. Windows color (decimal): -12488344 or 6844737. OLE color: 6844737.

HSL color Cylindrical-coordinate representation of color #417168: hue angle of 168.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417168 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 104 -
CMYK 0.42 0 0.08 0.56
HSL 168.75º 0.27% 0.35% -
HSV(B) 168.75º 0.42% 0.44% -
XYZ 10.58 13.93 15.23 -
YUV 97.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 65 113 104 0.42 0 0.08 0.56 168.75 0.27 0.35
Hex 41 71 68 2A 0 8 38 A9 1B 23
Octal 101 161 150 52 0 10 70 251 33 43
Binary 1000001 1110001 1101000 101010 0 1000 111000 10101001 11011 100011

Color Harmonies of #417168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417168

Black with #417168

Text Example


Text Example

White with #417168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417168; }

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

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

background-color css

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

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

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

border-color css

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

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

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