Html Css Color HEX #388750 Amazon

📋 copy color: '#388750'

red 56 ◦ green 135 ◦ blue 80

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

Shades of Amazon #388750

Tints of Amazon #388750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 20.66%
G = 49.82%
B = 29.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#388750 (or 0x388750) is known color: Amazon. HEX triplet: 38, 87 and 50. RGB value is (56,135,80). Sum of RGB (Red+Green+Blue) = 56+135+80=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #388750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388750 is #C778AF. Grayscale: #696969. Windows color (decimal): -13072560 or 5277496. OLE color: 5277496.

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

Color convert

RGB 56 135 80 -
CMYK 0.59 0 0.41 0.47
HSL 138.23º 0.41% 0.37% -
HSV(B) 138.23º 0.59% 0.53% -
XYZ 11.74 18.75 10.59 -
YUV 105.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 56 135 80 0.59 0 0.41 0.47 138.23 0.41 0.37
Hex 38 87 50 3B 0 29 2F 8A 29 25
Octal 70 207 120 73 0 51 57 212 51 45
Binary 111000 10000111 1010000 111011 0 101001 101111 10001010 101001 100101

Color Harmonies of #388750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388750

Black with #388750

Text Example


Text Example

White with #388750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388750; }

 p { color: rgb(56,135,80); }

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

background-color css

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

 a { background-color: rgb(56,135,80); }

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

border-color css

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

 span { border-color: rgb(56,135,80); }

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