Html Css Color HEX #42765B Amazon

📋 copy color: '#42765B'

red 66 ◦ green 118 ◦ blue 91

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

Shades of Amazon #42765B

Tints of Amazon #42765B

RGB

 RED value IS 66 (26.17% from 255) = 24%

 GREEN value IS 118 (46.48% from 255) = 42.91%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 24%
G = 42.91%
B = 33.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#42765B (or 0x42765B) is known color: Amazon. HEX triplet: 42, 76 and 5B. RGB value is (66,118,91). Sum of RGB (Red+Green+Blue) = 66+118+91=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #42765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42765B is #BD89A4. Grayscale: #636363. Windows color (decimal): -12421541 or 5994050. OLE color: 5994050.

HSL color Cylindrical-coordinate representation of color #42765B: hue angle of 148.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42765B is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 91 -
CMYK 0.44 0 0.23 0.54
HSL 148.85º 0.28% 0.36% -
HSV(B) 148.85º 0.44% 0.46% -
XYZ 10.61 14.87 12.21 -
YUV 99.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 66 118 91 0.44 0 0.23 0.54 148.85 0.28 0.36
Hex 42 76 5B 2C 0 17 36 95 1C 24
Octal 102 166 133 54 0 27 66 225 34 44
Binary 1000010 1110110 1011011 101100 0 10111 110110 10010101 11100 100100

Color Harmonies of #42765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42765B

Black with #42765B

Text Example


Text Example

White with #42765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42765B; }

 p { color: rgb(66,118,91); }

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

background-color css

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

 a { background-color: rgb(66,118,91); }

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

border-color css

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

 span { border-color: rgb(66,118,91); }

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