Html Css Color HEX #38894B Amazon

📋 copy color: '#38894B'

red 56 ◦ green 137 ◦ blue 75

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

Shades of Amazon #38894B

Tints of Amazon #38894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.12%

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

R = 20.9%
G = 51.12%
B = 27.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#38894B (or 0x38894B) is known color: Amazon. HEX triplet: 38, 89 and 4B. RGB value is (56,137,75). Sum of RGB (Red+Green+Blue) = 56+137+75=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #38894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38894B is #C776B4. Grayscale: #696969. Windows color (decimal): -13072053 or 4950328. OLE color: 4950328.

HSL color Cylindrical-coordinate representation of color #38894B: hue angle of 134.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38894B is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 75 -
CMYK 0.59 0 0.45 0.46
HSL 134.07º 0.42% 0.38% -
HSV(B) 134.07º 0.59% 0.54% -
XYZ 11.85 19.24 9.75 -
YUV 105.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 56 137 75 0.59 0 0.45 0.46 134.07 0.42 0.38
Hex 38 89 4B 3B 0 2D 2E 86 2A 26
Octal 70 211 113 73 0 55 56 206 52 46
Binary 111000 10001001 1001011 111011 0 101101 101110 10000110 101010 100110

Color Harmonies of #38894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38894B

Black with #38894B

Text Example


Text Example

White with #38894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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