Html Css Color HEX #38724B Amazon

📋 copy color: '#38724B'

red 56 ◦ green 114 ◦ blue 75

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

Shades of Amazon #38724B

Tints of Amazon #38724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 22.86%
G = 46.53%
B = 30.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#38724B (or 0x38724B) is known color: Amazon. HEX triplet: 38, 72 and 4B. RGB value is (56,114,75). Sum of RGB (Red+Green+Blue) = 56+114+75=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #38724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38724B is #C78DB4. Grayscale: #5C5C5C. Windows color (decimal): -13077941 or 4944440. OLE color: 4944440.

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

Color convert

RGB 56 114 75 -
CMYK 0.51 0 0.34 0.55
HSL 139.66º 0.34% 0.33% -
HSV(B) 139.66º 0.51% 0.45% -
XYZ 8.92 13.38 8.77 -
YUV 92.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 56 114 75 0.51 0 0.34 0.55 139.66 0.34 0.33
Hex 38 72 4B 33 0 22 37 8C 22 21
Octal 70 162 113 63 0 42 67 214 42 41
Binary 111000 1110010 1001011 110011 0 100010 110111 10001100 100010 100001

Color Harmonies of #38724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38724B

Black with #38724B

Text Example


Text Example

White with #38724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38724B; }

 p { color: rgb(56,114,75); }

 H1.HeaderClassName
 {
   color: #38724B;
 }
 .AnyTagClassName
 {
   color: #38724B;
 }
</style>

background-color css

<style>
 a { background-color: #38724B; }

 a { background-color: rgb(56,114,75); }

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

border-color css

<style>
 span { border-color: #38724B; }

 span { border-color: rgb(56,114,75); }

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