Html Css Color HEX #38845B Amazon

📋 copy color: '#38845B'

red 56 ◦ green 132 ◦ blue 91

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

Shades of Amazon #38845B

Tints of Amazon #38845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 20.07%
G = 47.31%
B = 32.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#38845B (or 0x38845B) is known color: Amazon. HEX triplet: 38, 84 and 5B. RGB value is (56,132,91). Sum of RGB (Red+Green+Blue) = 56+132+91=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #38845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845B is #C77BA4. Grayscale: #686868. Windows color (decimal): -13073317 or 5997624. OLE color: 5997624.

HSL color Cylindrical-coordinate representation of color #38845B: hue angle of 147.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38845B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 91 -
CMYK 0.58 0 0.31 0.48
HSL 147.63º 0.4% 0.37% -
HSV(B) 147.63º 0.58% 0.52% -
XYZ 11.77 18.1 12.77 -
YUV 104.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 56 132 91 0.58 0 0.31 0.48 147.63 0.4 0.37
Hex 38 84 5B 3A 0 1F 30 94 28 25
Octal 70 204 133 72 0 37 60 224 50 45
Binary 111000 10000100 1011011 111010 0 11111 110000 10010100 101000 100101

Color Harmonies of #38845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38845B

Black with #38845B

Text Example


Text Example

White with #38845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,132,91); }

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

background-color css

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

 a { background-color: rgb(56,132,91); }

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

border-color css

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

 span { border-color: rgb(56,132,91); }

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