Html Css Color HEX #417258 Amazon

📋 copy color: '#417258'

red 65 ◦ green 114 ◦ blue 88

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

Shades of Amazon #417258

Tints of Amazon #417258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 24.34%
G = 42.7%
B = 32.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#417258 (or 0x417258) is known color: Amazon. HEX triplet: 41, 72 and 58. RGB value is (65,114,88). Sum of RGB (Red+Green+Blue) = 65+114+88=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #417258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417258 is #BE8DA7. Grayscale: #606060. Windows color (decimal): -12488104 or 5796417. OLE color: 5796417.

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

Color convert

RGB 65 114 88 -
CMYK 0.43 0 0.23 0.55
HSL 148.16º 0.27% 0.35% -
HSV(B) 148.16º 0.43% 0.45% -
XYZ 9.96 13.86 11.38 -
YUV 96.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 65 114 88 0.43 0 0.23 0.55 148.16 0.27 0.35
Hex 41 72 58 2B 0 17 37 94 1B 23
Octal 101 162 130 53 0 27 67 224 33 43
Binary 1000001 1110010 1011000 101011 0 10111 110111 10010100 11011 100011

Color Harmonies of #417258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417258

Black with #417258

Text Example


Text Example

White with #417258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417258; }

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

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

background-color css

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

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

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

border-color css

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

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

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