Html Css Color HEX #38815A Amazon

📋 copy color: '#38815A'

red 56 ◦ green 129 ◦ blue 90

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

Shades of Amazon #38815A

Tints of Amazon #38815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 20.36%
G = 46.91%
B = 32.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#38815A (or 0x38815A) is known color: Amazon. HEX triplet: 38, 81 and 5A. RGB value is (56,129,90). Sum of RGB (Red+Green+Blue) = 56+129+90=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #38815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38815A is #C77EA5. Grayscale: #666666. Windows color (decimal): -13074086 or 5931320. OLE color: 5931320.

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

Color convert

RGB 56 129 90 -
CMYK 0.57 0 0.30 0.49
HSL 147.95º 0.39% 0.36% -
HSV(B) 147.95º 0.57% 0.51% -
XYZ 11.33 17.28 12.41 -
YUV 102.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 56 129 90 0.57 0 0.30 0.49 147.95 0.39 0.36
Hex 38 81 5A 39 0 1E 31 94 27 24
Octal 70 201 132 71 0 36 61 224 47 44
Binary 111000 10000001 1011010 111001 0 11110 110001 10010100 100111 100100

Color Harmonies of #38815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38815A

Black with #38815A

Text Example


Text Example

White with #38815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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