Html Css Color HEX #38714B Amazon

📋 copy color: '#38714B'

red 56 ◦ green 113 ◦ blue 75

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

Shades of Amazon #38714B

Tints of Amazon #38714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

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

R = 22.95%
G = 46.31%
B = 30.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#38714B (or 0x38714B) is known color: Amazon. HEX triplet: 38, 71 and 4B. RGB value is (56,113,75). Sum of RGB (Red+Green+Blue) = 56+113+75=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #38714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38714B is #C78EB4. Grayscale: #5B5B5B. Windows color (decimal): -13078197 or 4944184. OLE color: 4944184.

HSL color Cylindrical-coordinate representation of color #38714B: hue angle of 140º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38714B is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 75 -
CMYK 0.50 0 0.34 0.56
HSL 140º 0.34% 0.33% -
HSV(B) 140º 0.5% 0.44% -
XYZ 8.81 13.16 8.73 -
YUV 91.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 56 113 75 0.50 0 0.34 0.56 140 0.34 0.33
Hex 38 71 4B 32 0 22 38 8C 22 21
Octal 70 161 113 62 0 42 70 214 42 41
Binary 111000 1110001 1001011 110010 0 100010 111000 10001100 100010 100001

Color Harmonies of #38714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38714B

Black with #38714B

Text Example


Text Example

White with #38714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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