Html Css Color HEX #38814D Amazon

📋 copy color: '#38814D'

red 56 ◦ green 129 ◦ blue 77

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

Shades of Amazon #38814D

Tints of Amazon #38814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 21.37%
G = 49.24%
B = 29.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#38814D (or 0x38814D) is known color: Amazon. HEX triplet: 38, 81 and 4D. RGB value is (56,129,77). Sum of RGB (Red+Green+Blue) = 56+129+77=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #38814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38814D is #C77EB2. Grayscale: #656565. Windows color (decimal): -13074099 or 5079352. OLE color: 5079352.

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

Color convert

RGB 56 129 77 -
CMYK 0.57 0 0.40 0.49
HSL 137.26º 0.39% 0.36% -
HSV(B) 137.26º 0.57% 0.51% -
XYZ 10.82 17.08 9.75 -
YUV 101.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 56 129 77 0.57 0 0.40 0.49 137.26 0.39 0.36
Hex 38 81 4D 39 0 28 31 89 27 24
Octal 70 201 115 71 0 50 61 211 47 44
Binary 111000 10000001 1001101 111001 0 101000 110001 10001001 100111 100100

Color Harmonies of #38814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38814D

Black with #38814D

Text Example


Text Example

White with #38814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38814D; }

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

 H1.HeaderClassName
 {
   color: #38814D;
 }
 .AnyTagClassName
 {
   color: #38814D;
 }
</style>

background-color css

<style>
 a { background-color: #38814D; }

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

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

border-color css

<style>
 span { border-color: #38814D; }

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

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