Html Css Color HEX #38815F Amazon

📋 copy color: '#38815F'

red 56 ◦ green 129 ◦ blue 95

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

Shades of Amazon #38815F

Tints of Amazon #38815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 20%
G = 46.07%
B = 33.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#38815F (or 0x38815F) is known color: Amazon. HEX triplet: 38, 81 and 5F. RGB value is (56,129,95). Sum of RGB (Red+Green+Blue) = 56+129+95=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #38815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815F is #C77EA0. Grayscale: #676767. Windows color (decimal): -13074081 or 6259000. OLE color: 6259000.

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

Color convert

RGB 56 129 95 -
CMYK 0.57 0 0.26 0.49
HSL 152.05º 0.39% 0.36% -
HSV(B) 152.05º 0.57% 0.51% -
XYZ 11.55 17.37 13.57 -
YUV 103.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 56 129 95 0.57 0 0.26 0.49 152.05 0.39 0.36
Hex 38 81 5F 39 0 1A 31 98 27 24
Octal 70 201 137 71 0 32 61 230 47 44
Binary 111000 10000001 1011111 111001 0 11010 110001 10011000 100111 100100

Color Harmonies of #38815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38815F

Black with #38815F

Text Example


Text Example

White with #38815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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