Html Css Color HEX #38845C Amazon

📋 copy color: '#38845C'

red 56 ◦ green 132 ◦ blue 92

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

Shades of Amazon #38845C

Tints of Amazon #38845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 20%
G = 47.14%
B = 32.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#38845C (or 0x38845C) is known color: Amazon. HEX triplet: 38, 84 and 5C. RGB value is (56,132,92). Sum of RGB (Red+Green+Blue) = 56+132+92=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #38845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38845C is #C77BA3. Grayscale: #686868. Windows color (decimal): -13073316 or 6063160. OLE color: 6063160.

HSL color Cylindrical-coordinate representation of color #38845C: hue angle of 148.42º 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 #38845C is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 92 -
CMYK 0.58 0 0.30 0.48
HSL 148.42º 0.4% 0.37% -
HSV(B) 148.42º 0.58% 0.52% -
XYZ 11.81 18.12 13 -
YUV 104.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 56 132 92 0.58 0 0.30 0.48 148.42 0.4 0.37
Hex 38 84 5C 3A 0 1E 30 94 28 25
Octal 70 204 134 72 0 36 60 224 50 45
Binary 111000 10000100 1011100 111010 0 11110 110000 10010100 101000 100101

Color Harmonies of #38845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38845C

Black with #38845C

Text Example


Text Example

White with #38845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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