Html Css Color HEX #38774F Amazon

📋 copy color: '#38774F'

red 56 ◦ green 119 ◦ blue 79

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

Shades of Amazon #38774F

Tints of Amazon #38774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 22.05%
G = 46.85%
B = 31.1%

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

#38774F (or 0x38774F) is known color: Amazon. HEX triplet: 38, 77 and 4F. RGB value is (56,119,79). Sum of RGB (Red+Green+Blue) = 56+119+79=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #38774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38774F is #C788B0. Grayscale: #5F5F5F. Windows color (decimal): -13076657 or 5207864. OLE color: 5207864.

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

Color convert

RGB 56 119 79 -
CMYK 0.53 0 0.34 0.53
HSL 141.9º 0.36% 0.34% -
HSV(B) 141.9º 0.53% 0.47% -
XYZ 9.64 14.6 9.71 -
YUV 95.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 56 119 79 0.53 0 0.34 0.53 141.9 0.36 0.34
Hex 38 77 4F 35 0 22 35 8E 24 22
Octal 70 167 117 65 0 42 65 216 44 42
Binary 111000 1110111 1001111 110101 0 100010 110101 10001110 100100 100010

Color Harmonies of #38774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38774F

Black with #38774F

Text Example


Text Example

White with #38774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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