Html Css Color HEX #38854F Amazon

📋 copy color: '#38854F'

red 56 ◦ green 133 ◦ blue 79

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

Shades of Amazon #38854F

Tints of Amazon #38854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 20.9%
G = 49.63%
B = 29.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#38854F (or 0x38854F) is known color: Amazon. HEX triplet: 38, 85 and 4F. RGB value is (56,133,79). Sum of RGB (Red+Green+Blue) = 56+133+79=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #38854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38854F is #C77AB0. Grayscale: #676767. Windows color (decimal): -13073073 or 5211448. OLE color: 5211448.

HSL color Cylindrical-coordinate representation of color #38854F: hue angle of 137.92º degrees, saturation: 0.41, 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 #38854F is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 79 -
CMYK 0.58 0 0.41 0.48
HSL 137.92º 0.41% 0.37% -
HSV(B) 137.92º 0.58% 0.52% -
XYZ 11.43 18.18 10.3 -
YUV 103.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 56 133 79 0.58 0 0.41 0.48 137.92 0.41 0.37
Hex 38 85 4F 3A 0 29 30 8A 29 25
Octal 70 205 117 72 0 51 60 212 51 45
Binary 111000 10000101 1001111 111010 0 101001 110000 10001010 101001 100101

Color Harmonies of #38854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38854F

Black with #38854F

Text Example


Text Example

White with #38854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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