Html Css Color HEX #388149 Amazon

📋 copy color: '#388149'

red 56 ◦ green 129 ◦ blue 73

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

Shades of Amazon #388149

Tints of Amazon #388149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 21.71%
G = 50%
B = 28.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#388149 (or 0x388149) is known color: Amazon. HEX triplet: 38, 81 and 49. RGB value is (56,129,73). Sum of RGB (Red+Green+Blue) = 56+129+73=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #388149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388149 is #C77EB6. Grayscale: #646464. Windows color (decimal): -13074103 or 4817208. OLE color: 4817208.

HSL color Cylindrical-coordinate representation of color #388149: hue angle of 133.97º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388149 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 73 -
CMYK 0.57 0 0.43 0.49
HSL 133.97º 0.39% 0.36% -
HSV(B) 133.97º 0.57% 0.51% -
XYZ 10.68 17.02 9.03 -
YUV 100.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 56 129 73 0.57 0 0.43 0.49 133.97 0.39 0.36
Hex 38 81 49 39 0 2B 31 86 27 24
Octal 70 201 111 71 0 53 61 206 47 44
Binary 111000 10000001 1001001 111001 0 101011 110001 10000110 100111 100100

Color Harmonies of #388149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388149

Black with #388149

Text Example


Text Example

White with #388149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388149; }

 p { color: rgb(56,129,73); }

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

background-color css

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

 a { background-color: rgb(56,129,73); }

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

border-color css

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

 span { border-color: rgb(56,129,73); }

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