Html Css Color HEX #417265 Dark Green Copper

📋 copy color: '#417265'

red 65 ◦ green 114 ◦ blue 101

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

Shades of Dark Green Copper #417265

Tints of Dark Green Copper #417265

RGB

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

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

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

R = 23.21%
G = 40.71%
B = 36.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#417265 (or 0x417265) is known color: Dark Green Copper. HEX triplet: 41, 72 and 65. RGB value is (65,114,101). Sum of RGB (Red+Green+Blue) = 65+114+101=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #417265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417265 is #BE8D9A. Grayscale: #616161. Windows color (decimal): -12488091 or 6648385. OLE color: 6648385.

HSL color Cylindrical-coordinate representation of color #417265: hue angle of 164.08º degrees, saturation: 0.27, 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 #417265 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 101 -
CMYK 0.43 0 0.11 0.55
HSL 164.08º 0.27% 0.35% -
HSV(B) 164.08º 0.43% 0.45% -
XYZ 10.55 14.1 14.48 -
YUV 97.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 65 114 101 0.43 0 0.11 0.55 164.08 0.27 0.35
Hex 41 72 65 2B 0 B 37 A4 1B 23
Octal 101 162 145 53 0 13 67 244 33 43
Binary 1000001 1110010 1100101 101011 0 1011 110111 10100100 11011 100011

Color Harmonies of #417265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417265

Black with #417265

Text Example


Text Example

White with #417265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417265; }

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

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

background-color css

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

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

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

border-color css

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

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

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