Html Css Color HEX #38774A Amazon

📋 copy color: '#38774A'

red 56 ◦ green 119 ◦ blue 74

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

Shades of Amazon #38774A

Tints of Amazon #38774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 22.49%
G = 47.79%
B = 29.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#38774A (or 0x38774A) is known color: Amazon. HEX triplet: 38, 77 and 4A. RGB value is (56,119,74). Sum of RGB (Red+Green+Blue) = 56+119+74=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #38774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38774A is #C788B5. Grayscale: #5F5F5F. Windows color (decimal): -13076662 or 4880184. OLE color: 4880184.

HSL color Cylindrical-coordinate representation of color #38774A: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38774A is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 74 -
CMYK 0.53 0 0.38 0.53
HSL 137.14º 0.36% 0.34% -
HSV(B) 137.14º 0.53% 0.47% -
XYZ 9.46 14.53 8.78 -
YUV 95.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 56 119 74 0.53 0 0.38 0.53 137.14 0.36 0.34
Hex 38 77 4A 35 0 26 35 89 24 22
Octal 70 167 112 65 0 46 65 211 44 42
Binary 111000 1110111 1001010 110101 0 100110 110101 10001001 100100 100010

Color Harmonies of #38774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38774A

Black with #38774A

Text Example


Text Example

White with #38774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38774A; }

 p { color: rgb(56,119,74); }

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

background-color css

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

 a { background-color: rgb(56,119,74); }

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

border-color css

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

 span { border-color: rgb(56,119,74); }

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