Html Css Color HEX #388652 Amazon

📋 copy color: '#388652'

red 56 ◦ green 134 ◦ blue 82

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

Shades of Amazon #388652

Tints of Amazon #388652

RGB

 RED value IS 56 (22.27% from 255) = 20.59%

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 20.59%
G = 49.26%
B = 30.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#388652 (or 0x388652) is known color: Amazon. HEX triplet: 38, 86 and 52. RGB value is (56,134,82). Sum of RGB (Red+Green+Blue) = 56+134+82=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #388652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388652 is #C779AD. Grayscale: #686868. Windows color (decimal): -13072814 or 5408312. OLE color: 5408312.

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

Color convert

RGB 56 134 82 -
CMYK 0.58 0 0.39 0.47
HSL 140º 0.41% 0.37% -
HSV(B) 140º 0.58% 0.53% -
XYZ 11.68 18.5 10.94 -
YUV 104.75 115.16 93.23 -
System Red Green Blue C M Y K H S L
Decimal 56 134 82 0.58 0 0.39 0.47 140 0.41 0.37
Hex 38 86 52 3A 0 27 2F 8C 29 25
Octal 70 206 122 72 0 47 57 214 51 45
Binary 111000 10000110 1010010 111010 0 100111 101111 10001100 101001 100101

Color Harmonies of #388652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388652

Black with #388652

Text Example


Text Example

White with #388652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388652; }

 p { color: rgb(56,134,82); }

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

background-color css

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

 a { background-color: rgb(56,134,82); }

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

border-color css

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

 span { border-color: rgb(56,134,82); }

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