Html Css Color HEX #417B70 Dark Green Copper

📋 copy color: '#417B70'

red 65 ◦ green 123 ◦ blue 112

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

Shades of Dark Green Copper #417B70

Tints of Dark Green Copper #417B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 21.67%
G = 41%
B = 37.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#417B70 (or 0x417B70) is known color: Dark Green Copper. HEX triplet: 41, 7B and 70. RGB value is (65,123,112). Sum of RGB (Red+Green+Blue) = 65+123+112=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #417B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B70 is #BE848F. Grayscale: #686868. Windows color (decimal): -12485776 or 7371585. OLE color: 7371585.

HSL color Cylindrical-coordinate representation of color #417B70: hue angle of 168.62º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B70 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 112 -
CMYK 0.47 0 0.09 0.52
HSL 168.62º 0.31% 0.37% -
HSV(B) 168.62º 0.47% 0.48% -
XYZ 12.19 16.46 17.86 -
YUV 104.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 65 123 112 0.47 0 0.09 0.52 168.62 0.31 0.37
Hex 41 7B 70 2F 0 9 34 A9 1F 25
Octal 101 173 160 57 0 11 64 251 37 45
Binary 1000001 1111011 1110000 101111 0 1001 110100 10101001 11111 100101

Color Harmonies of #417B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B70

Black with #417B70

Text Example


Text Example

White with #417B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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