Html Css Color HEX #38844C Amazon

📋 copy color: '#38844C'

red 56 ◦ green 132 ◦ blue 76

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

Shades of Amazon #38844C

Tints of Amazon #38844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

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

R = 21.21%
G = 50%
B = 28.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#38844C (or 0x38844C) is known color: Amazon. HEX triplet: 38, 84 and 4C. RGB value is (56,132,76). Sum of RGB (Red+Green+Blue) = 56+132+76=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #38844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38844C is #C77BB3. Grayscale: #676767. Windows color (decimal): -13073332 or 5014584. OLE color: 5014584.

HSL color Cylindrical-coordinate representation of color #38844C: hue angle of 135.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38844C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 76 -
CMYK 0.58 0 0.42 0.48
HSL 135.79º 0.4% 0.37% -
HSV(B) 135.79º 0.58% 0.52% -
XYZ 11.19 17.87 9.7 -
YUV 102.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 56 132 76 0.58 0 0.42 0.48 135.79 0.4 0.37
Hex 38 84 4C 3A 0 2A 30 88 28 25
Octal 70 204 114 72 0 52 60 210 50 45
Binary 111000 10000100 1001100 111010 0 101010 110000 10001000 101000 100101

Color Harmonies of #38844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38844C

Black with #38844C

Text Example


Text Example

White with #38844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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