Html Css Color HEX #38735A Amazon

📋 copy color: '#38735A'

red 56 ◦ green 115 ◦ blue 90

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

Shades of Amazon #38735A

Tints of Amazon #38735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 21.46%
G = 44.06%
B = 34.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#38735A (or 0x38735A) is known color: Amazon. HEX triplet: 38, 73 and 5A. RGB value is (56,115,90). Sum of RGB (Red+Green+Blue) = 56+115+90=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #38735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38735A is #C78CA5. Grayscale: #5E5E5E. Windows color (decimal): -13077670 or 5927736. OLE color: 5927736.

HSL color Cylindrical-coordinate representation of color #38735A: hue angle of 154.58º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38735A is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 90 -
CMYK 0.51 0 0.22 0.55
HSL 154.58º 0.35% 0.34% -
HSV(B) 154.58º 0.51% 0.45% -
XYZ 9.61 13.84 11.84 -
YUV 94.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 56 115 90 0.51 0 0.22 0.55 154.58 0.35 0.34
Hex 38 73 5A 33 0 16 37 9B 23 22
Octal 70 163 132 63 0 26 67 233 43 42
Binary 111000 1110011 1011010 110011 0 10110 110111 10011011 100011 100010

Color Harmonies of #38735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38735A

Black with #38735A

Text Example


Text Example

White with #38735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,115,90); }

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

background-color css

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

 a { background-color: rgb(56,115,90); }

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

border-color css

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

 span { border-color: rgb(56,115,90); }

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