Html Css Color HEX #38774E Amazon

📋 copy color: '#38774E'

red 56 ◦ green 119 ◦ blue 78

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

Shades of Amazon #38774E

Tints of Amazon #38774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.83%

R = 22.13%
G = 47.04%
B = 30.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#38774E (or 0x38774E) is known color: Amazon. HEX triplet: 38, 77 and 4E. RGB value is (56,119,78). Sum of RGB (Red+Green+Blue) = 56+119+78=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #38774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38774E is #C788B1. Grayscale: #5F5F5F. Windows color (decimal): -13076658 or 5142328. OLE color: 5142328.

HSL color Cylindrical-coordinate representation of color #38774E: hue angle of 140.95º 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 #38774E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 78 -
CMYK 0.53 0 0.34 0.53
HSL 140.95º 0.36% 0.34% -
HSV(B) 140.95º 0.53% 0.47% -
XYZ 9.6 14.58 9.52 -
YUV 95.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 56 119 78 0.53 0 0.34 0.53 140.95 0.36 0.34
Hex 38 77 4E 35 0 22 35 8D 24 22
Octal 70 167 116 65 0 42 65 215 44 42
Binary 111000 1110111 1001110 110101 0 100010 110101 10001101 100100 100010

Color Harmonies of #38774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38774E

Black with #38774E

Text Example


Text Example

White with #38774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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