Html Css Color HEX #38764D Amazon

📋 copy color: '#38764D'

red 56 ◦ green 118 ◦ blue 77

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

Shades of Amazon #38764D

Tints of Amazon #38764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 22.31%
G = 47.01%
B = 30.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#38764D (or 0x38764D) is known color: Amazon. HEX triplet: 38, 76 and 4D. RGB value is (56,118,77). Sum of RGB (Red+Green+Blue) = 56+118+77=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #38764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38764D is #C789B2. Grayscale: #5E5E5E. Windows color (decimal): -13076915 or 5076536. OLE color: 5076536.

HSL color Cylindrical-coordinate representation of color #38764D: hue angle of 140.32º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38764D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 77 -
CMYK 0.53 0 0.35 0.54
HSL 140.32º 0.36% 0.34% -
HSV(B) 140.32º 0.53% 0.46% -
XYZ 9.45 14.33 9.29 -
YUV 94.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 56 118 77 0.53 0 0.35 0.54 140.32 0.36 0.34
Hex 38 76 4D 35 0 23 36 8C 24 22
Octal 70 166 115 65 0 43 66 214 44 42
Binary 111000 1110110 1001101 110101 0 100011 110110 10001100 100100 100010

Color Harmonies of #38764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38764D

Black with #38764D

Text Example


Text Example

White with #38764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38764D; }

 p { color: rgb(56,118,77); }

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

background-color css

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

 a { background-color: rgb(56,118,77); }

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

border-color css

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

 span { border-color: rgb(56,118,77); }

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