Html Css Color HEX #38824C Amazon

📋 copy color: '#38824C'

red 56 ◦ green 130 ◦ blue 76

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

Shades of Amazon #38824C

Tints of Amazon #38824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 21.37%
G = 49.62%
B = 29.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#38824C (or 0x38824C) is known color: Amazon. HEX triplet: 38, 82 and 4C. RGB value is (56,130,76). Sum of RGB (Red+Green+Blue) = 56+130+76=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #38824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38824C is #C77DB3. Grayscale: #656565. Windows color (decimal): -13073844 or 5014072. OLE color: 5014072.

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

Color convert

RGB 56 130 76 -
CMYK 0.57 0 0.42 0.49
HSL 136.22º 0.4% 0.36% -
HSV(B) 136.22º 0.57% 0.51% -
XYZ 10.92 17.33 9.61 -
YUV 101.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 56 130 76 0.57 0 0.42 0.49 136.22 0.4 0.36
Hex 38 82 4C 39 0 2A 31 88 28 24
Octal 70 202 114 71 0 52 61 210 50 44
Binary 111000 10000010 1001100 111001 0 101010 110001 10001000 101000 100100

Color Harmonies of #38824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38824C

Black with #38824C

Text Example


Text Example

White with #38824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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