Html Css Color HEX #417165 Dark Green Copper

📋 copy color: '#417165'

red 65 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #417165

Tints of Dark Green Copper #417165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 23.3%
G = 40.5%
B = 36.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#417165 (or 0x417165) is known color: Dark Green Copper. HEX triplet: 41, 71 and 65. RGB value is (65,113,101). Sum of RGB (Red+Green+Blue) = 65+113+101=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #417165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417165 is #BE8E9A. Grayscale: #616161. Windows color (decimal): -12488347 or 6648129. OLE color: 6648129.

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

Color convert

RGB 65 113 101 -
CMYK 0.42 0 0.11 0.56
HSL 165º 0.27% 0.35% -
HSV(B) 165º 0.42% 0.44% -
XYZ 10.43 13.87 14.44 -
YUV 97.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 65 113 101 0.42 0 0.11 0.56 165 0.27 0.35
Hex 41 71 65 2A 0 B 38 A5 1B 23
Octal 101 161 145 52 0 13 70 245 33 43
Binary 1000001 1110001 1100101 101010 0 1011 111000 10100101 11011 100011

Color Harmonies of #417165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417165

Black with #417165

Text Example


Text Example

White with #417165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417165; }

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

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

background-color css

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

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

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

border-color css

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

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

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