Html Css Color HEX #417068 Dark Green Copper

📋 copy color: '#417068'

red 65 ◦ green 112 ◦ blue 104

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

Shades of Dark Green Copper #417068

Tints of Dark Green Copper #417068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 23.13%
G = 39.86%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#417068 (or 0x417068) is known color: Dark Green Copper. HEX triplet: 41, 70 and 68. RGB value is (65,112,104). Sum of RGB (Red+Green+Blue) = 65+112+104=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #417068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417068 is #BE8F97. Grayscale: #616161. Windows color (decimal): -12488600 or 6844481. OLE color: 6844481.

HSL color Cylindrical-coordinate representation of color #417068: hue angle of 169.79º 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 #417068 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 104 -
CMYK 0.42 0 0.07 0.56
HSL 169.79º 0.27% 0.35% -
HSV(B) 169.79º 0.42% 0.44% -
XYZ 10.47 13.71 15.19 -
YUV 97.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 65 112 104 0.42 0 0.07 0.56 169.79 0.27 0.35
Hex 41 70 68 2A 0 7 38 AA 1B 23
Octal 101 160 150 52 0 7 70 252 33 43
Binary 1000001 1110000 1101000 101010 0 111 111000 10101010 11011 100011

Color Harmonies of #417068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417068

Black with #417068

Text Example


Text Example

White with #417068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417068; }

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

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

background-color css

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

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

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

border-color css

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

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

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