Html Css Color HEX #38815E Amazon

📋 copy color: '#38815E'

red 56 ◦ green 129 ◦ blue 94

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

Shades of Amazon #38815E

Tints of Amazon #38815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 20.07%
G = 46.24%
B = 33.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#38815E (or 0x38815E) is known color: Amazon. HEX triplet: 38, 81 and 5E. RGB value is (56,129,94). Sum of RGB (Red+Green+Blue) = 56+129+94=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #38815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815E is #C77EA1. Grayscale: #676767. Windows color (decimal): -13074082 or 6193464. OLE color: 6193464.

HSL color Cylindrical-coordinate representation of color #38815E: hue angle of 151.23º 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 #38815E is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 94 -
CMYK 0.57 0 0.27 0.49
HSL 151.23º 0.39% 0.36% -
HSV(B) 151.23º 0.57% 0.51% -
XYZ 11.5 17.35 13.33 -
YUV 103.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 56 129 94 0.57 0 0.27 0.49 151.23 0.39 0.36
Hex 38 81 5E 39 0 1B 31 97 27 24
Octal 70 201 136 71 0 33 61 227 47 44
Binary 111000 10000001 1011110 111001 0 11011 110001 10010111 100111 100100

Color Harmonies of #38815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38815E

Black with #38815E

Text Example


Text Example

White with #38815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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