Html Css Color HEX #417872 Dark Green Copper

📋 copy color: '#417872'

red 65 ◦ green 120 ◦ blue 114

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

Shades of Dark Green Copper #417872

Tints of Dark Green Copper #417872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 21.74%
G = 40.13%
B = 38.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#417872 (or 0x417872) is known color: Dark Green Copper. HEX triplet: 41, 78 and 72. RGB value is (65,120,114). Sum of RGB (Red+Green+Blue) = 65+120+114=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #417872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417872 is #BE878D. Grayscale: #666666. Windows color (decimal): -12486542 or 7501889. OLE color: 7501889.

HSL color Cylindrical-coordinate representation of color #417872: hue angle of 173.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417872 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 114 -
CMYK 0.46 0 0.05 0.53
HSL 173.45º 0.3% 0.36% -
HSV(B) 173.45º 0.46% 0.47% -
XYZ 11.93 15.77 18.33 -
YUV 102.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 65 120 114 0.46 0 0.05 0.53 173.45 0.3 0.36
Hex 41 78 72 2E 0 5 35 AD 1E 24
Octal 101 170 162 56 0 5 65 255 36 44
Binary 1000001 1111000 1110010 101110 0 101 110101 10101101 11110 100100

Color Harmonies of #417872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417872

Black with #417872

Text Example


Text Example

White with #417872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417872; }

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

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

background-color css

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

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

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

border-color css

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

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

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