Html Css Color HEX #38824F Amazon

📋 copy color: '#38824F'

red 56 ◦ green 130 ◦ blue 79

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

Shades of Amazon #38824F

Tints of Amazon #38824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 21.13%
G = 49.06%
B = 29.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#38824F (or 0x38824F) is known color: Amazon. HEX triplet: 38, 82 and 4F. RGB value is (56,130,79). Sum of RGB (Red+Green+Blue) = 56+130+79=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #38824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38824F is #C77DB0. Grayscale: #666666. Windows color (decimal): -13073841 or 5210680. OLE color: 5210680.

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

Color convert

RGB 56 130 79 -
CMYK 0.57 0 0.39 0.49
HSL 138.65º 0.4% 0.36% -
HSV(B) 138.65º 0.57% 0.51% -
XYZ 11.02 17.37 10.17 -
YUV 102.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 56 130 79 0.57 0 0.39 0.49 138.65 0.4 0.36
Hex 38 82 4F 39 0 27 31 8B 28 24
Octal 70 202 117 71 0 47 61 213 50 44
Binary 111000 10000010 1001111 111001 0 100111 110001 10001011 101000 100100

Color Harmonies of #38824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38824F

Black with #38824F

Text Example


Text Example

White with #38824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,130,79); }

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

background-color css

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

 a { background-color: rgb(56,130,79); }

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

border-color css

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

 span { border-color: rgb(56,130,79); }

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