Html Css Color HEX #39884B Amazon

📋 copy color: '#39884B'

red 57 ◦ green 136 ◦ blue 75

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

Shades of Amazon #39884B

Tints of Amazon #39884B

RGB

 RED value IS 57 (22.66% from 255) = 21.27%

 GREEN value IS 136 (53.52% from 255) = 50.75%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 21.27%
G = 50.75%
B = 27.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#39884B (or 0x39884B) is known color: Amazon. HEX triplet: 39, 88 and 4B. RGB value is (57,136,75). Sum of RGB (Red+Green+Blue) = 57+136+75=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #39884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39884B is #C677B4. Grayscale: #696969. Windows color (decimal): -13006773 or 4950073. OLE color: 4950073.

HSL color Cylindrical-coordinate representation of color #39884B: hue angle of 133.67º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39884B is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 136 75 -
CMYK 0.58 0 0.45 0.47
HSL 133.67º 0.41% 0.38% -
HSV(B) 133.67º 0.58% 0.53% -
XYZ 11.76 18.99 9.7 -
YUV 105.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 57 136 75 0.58 0 0.45 0.47 133.67 0.41 0.38
Hex 39 88 4B 3A 0 2D 2F 86 29 26
Octal 71 210 113 72 0 55 57 206 51 46
Binary 111001 10001000 1001011 111010 0 101101 101111 10000110 101001 100110

Color Harmonies of #39884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39884B

Black with #39884B

Text Example


Text Example

White with #39884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,136,75); }

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

background-color css

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

 a { background-color: rgb(57,136,75); }

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

border-color css

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

 span { border-color: rgb(57,136,75); }

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