Html Css Color HEX #388752 Amazon

📋 copy color: '#388752'

red 56 ◦ green 135 ◦ blue 82

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

Shades of Amazon #388752

Tints of Amazon #388752

RGB

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

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

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

R = 20.51%
G = 49.45%
B = 30.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#388752 (or 0x388752) is known color: Amazon. HEX triplet: 38, 87 and 52. RGB value is (56,135,82). Sum of RGB (Red+Green+Blue) = 56+135+82=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #388752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388752 is #C778AD. Grayscale: #696969. Windows color (decimal): -13072558 or 5408568. OLE color: 5408568.

HSL color Cylindrical-coordinate representation of color #388752: hue angle of 139.75º 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 #388752 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 82 -
CMYK 0.59 0 0.39 0.47
HSL 139.75º 0.41% 0.37% -
HSV(B) 139.75º 0.59% 0.53% -
XYZ 11.82 18.78 10.98 -
YUV 105.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 56 135 82 0.59 0 0.39 0.47 139.75 0.41 0.37
Hex 38 87 52 3B 0 27 2F 8C 29 25
Octal 70 207 122 73 0 47 57 214 51 45
Binary 111000 10000111 1010010 111011 0 100111 101111 10001100 101001 100101

Color Harmonies of #388752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388752

Black with #388752

Text Example


Text Example

White with #388752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388752; }

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

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

background-color css

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

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

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

border-color css

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

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

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