Html Css Color HEX #38815C Amazon

📋 copy color: '#38815C'

red 56 ◦ green 129 ◦ blue 92

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

Shades of Amazon #38815C

Tints of Amazon #38815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 20.22%
G = 46.57%
B = 33.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#38815C (or 0x38815C) is known color: Amazon. HEX triplet: 38, 81 and 5C. RGB value is (56,129,92). Sum of RGB (Red+Green+Blue) = 56+129+92=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #38815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815C is #C77EA3. Grayscale: #676767. Windows color (decimal): -13074084 or 6062392. OLE color: 6062392.

HSL color Cylindrical-coordinate representation of color #38815C: hue angle of 149.59º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38815C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 92 -
CMYK 0.57 0 0.29 0.49
HSL 149.59º 0.39% 0.36% -
HSV(B) 149.59º 0.57% 0.51% -
XYZ 11.41 17.31 12.87 -
YUV 102.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 56 129 92 0.57 0 0.29 0.49 149.59 0.39 0.36
Hex 38 81 5C 39 0 1D 31 96 27 24
Octal 70 201 134 71 0 35 61 226 47 44
Binary 111000 10000001 1011100 111001 0 11101 110001 10010110 100111 100100

Color Harmonies of #38815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38815C

Black with #38815C

Text Example


Text Example

White with #38815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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