Html Css Color HEX #38704B Amazon

📋 copy color: '#38704B'

red 56 ◦ green 112 ◦ blue 75

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

Shades of Amazon #38704B

Tints of Amazon #38704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 23.05%
G = 46.09%
B = 30.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#38704B (or 0x38704B) is known color: Amazon. HEX triplet: 38, 70 and 4B. RGB value is (56,112,75). Sum of RGB (Red+Green+Blue) = 56+112+75=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #38704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38704B is #C78FB4. Grayscale: #5B5B5B. Windows color (decimal): -13078453 or 4943928. OLE color: 4943928.

HSL color Cylindrical-coordinate representation of color #38704B: hue angle of 140.36º degrees, saturation: 0.33, 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 #38704B is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 75 -
CMYK 0.50 0 0.33 0.56
HSL 140.36º 0.33% 0.33% -
HSV(B) 140.36º 0.5% 0.44% -
XYZ 8.7 12.94 8.7 -
YUV 91.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 56 112 75 0.50 0 0.33 0.56 140.36 0.33 0.33
Hex 38 70 4B 32 0 21 38 8C 21 21
Octal 70 160 113 62 0 41 70 214 41 41
Binary 111000 1110000 1001011 110010 0 100001 111000 10001100 100001 100001

Color Harmonies of #38704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38704B

Black with #38704B

Text Example


Text Example

White with #38704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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